Archive for March, 2009

Friendfeed using Mysql for Schema-less data

Bret has a nice little article talking about why most people should still stick with known, tested database engines even if the data stored is not relational. Friendfeed uses a simple table to keep attribute value pairs and separate tables to keep indexes for each attribute which needs indexing.
The design is very simple and reasonable, [...]

Read the rest of this entry »