How does CouchDB perform for a regularly updated dataset?

Posted by Ritesh M Nayak on Stack Overflow See other posts from Stack Overflow or by Ritesh M Nayak
Published on 2010-05-17T11:00:51Z Indexed on 2010/05/18 8:40 UTC
Read the original article Hit count: 209

I am planning on using CouchDB on a project. But as the querying mechanism involves writing views (which are a lot like indexes on regular RDMBMS's) I was wondering, if the document database keeps getting updated a lot ( a write heavy database) would CouchDB perform well compared to a regular RDBMS? Or do we have to compact/re-index the system occasionally to make it perform faster?

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about nosql