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.FriendFeed

The design is very simple and reasonable, and makes an effective argument against using cloud DB (or something like CouchDB) when you can get away with what you need with true and tested engines.

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • HackerNews
  • Reddit
  • RSS
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Twitter
  • FriendFeed
  • Slashdot
  • email

Related posts:

  1. Google patents Map reduce “System and method for efficient large-scale data processing”
  2. Mysql on HDFS
  3. Scalability Stories (15th Sept) Mysql Proxy, Cluster Fire System, Facebook apps and Twitter
  4. MongoDB: Migration from Mysql at Wordnik
  5. Pregel: Google’s other data-processing infrastructure

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Other Comments

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WP Hashcash

Additional comments powered by BackType