That makes it work well for reliability and data durability. I have never had it corrupt data over the years. Can always pull the plug on the server (or kill -9 the process) knowing it will recover to a consistent state, or you can also take filesystem snapshot at any time and get a constent database image (I've used that for backups).
http://guide.couchdb.org/draft/btree.html
That makes it work well for reliability and data durability. I have never had it corrupt data over the years. Can always pull the plug on the server (or kill -9 the process) knowing it will recover to a consistent state, or you can also take filesystem snapshot at any time and get a constent database image (I've used that for backups).