In current application we are seeing we are going to update document every few second because of autosave feature in application. So database size will grow too fast.
Is there any easy way to instruct couchdb to discard old version(s) after successful update. Though I don't have problem with compaction, this requirement I'm seeing is document compaction.
