How FriendFeed uses MySQL to store schema-less data
In : mysql, Posted by admin on Mar.03, 2009
Here is a posting about how FriendFeed uses MySQL to store the Json object. Then it creates separate table for each meta field to store the meta data. I use similar method to store all the static data (for example, order payment and transaction information). This method is good for data which is relatively stable.
Tags : mysql
No comments for this entry yet...