29, June 2009 Link How FriendFeed uses MySQL to store schema-less data

Interesting approach to scale MySQL based storage. Authors of the FriendFeed use MySQL as a non releational storage and keep indexes in separate tables.

29, April 2009 Link Database migration from SQLite to MySQL or Postgres

Script to migrate from SQLite to MySQL or PostgreSQL. Uses SQLAlchemy as middleware.

19, November 2008 Text CouchDB bulk insert's performance

Small test for CouchDB's performance on bulk inserts.