Published News » Database


Database »

Having covered the preparation and character set options of performing a latin1 to utf8 MySQL migration, just how do you perform the migration correctly.
Posted by girish.r 4 days ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql latin1 utf8
| Add To 

Database »

While some may think I’m daft, I have a legitimate reason for wanting to crash mysqld. However first we need to find a way to crash it.
Great thanks to Alan K, Mark L, Harrison and Hartmut on #mysql-dev for several suggestions and a config option I was unaware of. My investigation even lead to a documentation bug logged as #51739.
Posted by girish.r 4 days ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: core dump crash mysql mysqld
| Add To 

Database »

2010 will be remembered as the year SQL died; the year relational databases were moved off of the front line; the year that developers discovered that they no longer had to force every single object into a tabular structure in order to persist the data.
Posted by girish.r 6 days ago (http://technosophos.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mongodb
| Add To 

Database »

Amidst the cambrian explosion of alternative database engines (aka, NoSQL) it is almost too easy to lose sight of the fact that the more established solutions, such as relational databases, still have a lot to offer: stable and proven code base, drivers and tools for every conceivable language, and more features than any DBA cares to learn about. Not to mention that relational or not, they often
Posted by girish.r 9 days ago (http://www.igvita.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql nosql
| Add To 

Database »

We are getting a lot of questions "how are mongo db and couch different?" It's a good question: both are document-oriented databases with schemaless JSON-style object data storage. Both products have their place -- we are big believers that databases are specializing and "one size fits all" no longer applies.
We are not CouchDB gurus so please let us know in the forums if we have something wro
Posted by girish.r 9 days ago (http://www.mongodb.org)
Discuss  | Read MoreBury | Tweet This | Tagged: couchdb mongodb
| Add To 

Database »

The ILoggable blog is asking 6 extremely interesting questions that I think everyone should try to answer before deciding on using a new storage solution being it NoSQL or not.
Posted by girish.r 10 days ago (http://nosql.mypopescu.com)
Discuss  | Read MoreBury | Tweet This | Tagged: nosql
| Add To 

Database »

With the motivation from today’s public news on Twitter’s move from MySQL to Cassandra, my own skills desire following in-depth discussions at last November’s Open SQL Camp to consider Cassandra and yesterday’s discussion with a new client on persistent key-value store products, today I download installed and configured for the first time. Not that today’s news was unexpected, if you follow the T
Posted by girish.r 11 days ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: cassandra
| Add To 

Database »

Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases.
This article focus specifically on MongoDB, despite there are several other NoSQL database implementations.
Posted by girish.r 11 days ago (http://www.phpclasses.org)
Discuss  | Read MoreBury | Tweet This | Tagged: mongodb nosql document-oriented
| Add To 

Database »

Running many benchmarks on fast storage (FusionIO, SSDs) and multi-cores CPUs system I constantly face two contention problems.
So I suspect it’s going to be next biggest issues to make InnoDB scaling on high-end system.
Posted by girish.r 15 days ago (http://www.mysqlperformanceblog.com)
Discuss  | Read MoreBury | Tweet This | Tagged: index lock innodb
| Add To 

Database »

One of the MySQL databases I work with has a couple of hundred INNODB tables set up with foreign key constraints. I needed to copy the database using mysqldump to export data from one server and then load that into another but kept getting foreign key constraint errors. This post looks at how to load data from a file with MySQL and ignore foreign key constraints.
Posted by girish.r 39 days ago (http://www.electrictoolbox.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql foreign key
| Add To 

Database »

I’ve modified the previous post to use mysqli instead of mysql. Was it necessary?
I think it was good step to start using mysqli. Below here there are all the functions in just one big block of code, without any examples (since you can adapt the ones in the original mysql post).
Posted by girish.r 42 days ago (http://www.barattalo.it)
Discuss  | Read MoreBury | Tweet This | Tagged: mysqli query
| Add To 

Database »

A while back Friendfeed posted a blog post explaining how they changed from storing data in MySQL columns to serializing data and just storing it inside
Posted by girish.r 47 days ago (http://www.mysqlperformanceblog.com)
Discuss  | Read MoreBury | Tweet This | Tagged: serialize text blob mysql
| Add To 

Database »

For some developers polyglot programming is already reality. I’m not such a big fan of polyglot programming, using many programming languages in one company. Especially for small ones there are hurdles, like turnover. I’ve seen projects stranded because noone understood a particular language.
Posted by girish.r 53 days ago (http://codemonkeyism.com)
Discuss  | Read MoreBury | Tweet This | Tagged: nosql swarm
| Add To 

Database »

In this part three of the series, we'll learn how to work with multiple tables that have relationships with each other. First, we will go over some core concepts, and then will begin working with JOIN queries in SQL.
Posted by girish.r 57 days ago (http://net.tutsplus.com)
Discuss  | Read MoreBury | Tweet This | Tagged: relationships sql
| Add To 

Database »

I recently needed to use an IF statment in a WHERE clause with MySQL. This isn't the most ideal situation and should probably be avoided normally but we needed to do it for one reason or another and this post shows how to do it.
Posted by girish.r 66 days ago (http://www.electrictoolbox.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql if condition
| Add To