LWN.net Logo

Alternatives to SQL Databases

Alternatives to SQL Databases

Posted May 1, 2009 18:00 UTC (Fri) by gdamjan (subscriber, #33634)
In reply to: Alternatives to SQL Databases by jordanb
Parent article: Alternatives to SQL Databases

Well, at least CouchDB is very robust.

CouchDB will only append to the storage file on disk, and will add a token at the end of the append. So in the wors case you only loose the last "transaction".

CouchDB does not need any special recovery tools, and instatly restarts


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds