How CouchDB Treats the Disks
Blogs are pretty much append-only. Most of the time you add new posts, sometimes you edit recent ones. There are new comments.
CouchDB’s file format is also append-only. This doesn’t make it…