How FriendFeed uses MySQL to store schema-less data

Compressed python pickles are stored in an entities table with other tables storing indexes of this data. Uses normal MySQL replication and transactions via InnoDB but without time-consuming index rebuilds whenever they add features.