Published News » Database


Database »

Search box most important element on web pages specially contented management sites. In this post I want to explain very basic searching techniques and Unicode data searching using SQL LIKE statement. I hope you like this. Thanks
Posted by girish.r 45 days ago (http://www.9lessons.info)
Discuss  | Read MoreBury | Tweet This | Tagged: searching sql
Add To 

Database »

A new version (9.0) of PostgreSQL is in beta and ready for public testing. If version 9.0 lives up to its proposed feature list, then it is serious competition for MySQL. PostgreSQL proponents have long suggested that PostgreSQL has always enjoyed superiority over MySQL. I beg to differ but that may be changing.
Posted by girish.r 112 days ago (http://www.daniweb.com)
Discuss  | Read MoreBury | Tweet This | Tagged: postgresql
Add To 

Database »

Cassandra is a decentralized (fast reads), highly available (fast writes), fault tolerant database that can allow you to scale out well beyonds what's available with traditional RDBMS like MySQL.
Index optimization, database denormalization, replication and sharding are great techniques to squeeze more juice out of MySQL...
Posted by girish.r 149 days ago (http://www.softwareprojects.com)
Discuss  | Read MoreBury | Tweet This | Tagged: cassandra thrift
Add To 

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 177 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 177 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 180 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 183 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 183 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 183 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 185 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 185 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 188 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 212 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 216 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 220 days ago (http://www.mysqlperformanceblog.com)
Discuss  | Read MoreBury | Tweet This | Tagged: serialize text blob mysql
Add To