You don't identify yourself
| 29, June 2009 | ![]() |
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 | ![]() |
Database migration from SQLite to MySQL or Postgres | Script to migrate from SQLite to MySQL or PostgreSQL. Uses SQLAlchemy as middleware. |
| 19, November 2008 | ![]() |
CouchDB bulk insert's performance | Small test for CouchDB's performance on bulk inserts. |