NoSQL: Distributed and Scalable Non-Relational Database Systems
Oct 19, 2009, 16:02 (1 Talkback[s])
(Other stories by Jeremy Zawodny)
"There's an interesting shift happening in the world of
Web-scale data stores. A whole new breed of scalable data stores is
gaining popularity very quickly. The traditional LAMP stack is
starting to look like a thing of the past. For a few years now,
memcached has often appeared right next to MySQL, and now the whole
"data tier" is being shaken up.
"While some might see it as a move away from MySQL and
PostgreSQL, the traditional open source relational data stores,
it's actually a higher-level change. Much of this is change is the
result of a few revelations:
1. a relational database isn't always the model or system for
every piece of data
2. relational databases are tricky to scale (especially if you
start with a single monolithic configuration–they aren't
distributed by design)
3. normalization often hurts performance
4. in many applications, primary key look-ups are all you need"
Complete
Story
Related Stories:
- Sidekick Snafu: Data Restored But Lawsuits Filed(Oct 16, 2009)
- Ellison's keynote: Linux, Exadata, the Governator and more(Oct 15, 2009)
- Faster & Stronger MySQL(Oct 08, 2009)
- Intrusion Detection With Snort, ACIDBASE, MySQL, And Apache2 On Ubuntu 9.04(Sep 25, 2009)
- Database Storage Performance Testing in a Hurry(Sep 22, 2009)
- How to create a database with OpenOffice Base(Aug 26, 2009)
- Quick and Dirty MySQL Performance Troubleshooting(Aug 20, 2009)