Thanks Alexander. But, does this affect performance of CouchDB? Would it help if I used a second level cache, a write through cache to be precise and achieve significant performance improvements?
Thanks and Regards Ritesh M Nayak http://riteshnayak.com On Mon, May 17, 2010 at 5:59 PM, Alexander Uvarov < [email protected]> wrote: > > On 17.05.2010, at 17:48, Ritesh Nayak wrote: > > > 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? > > Thanks and Regards > > Ritesh M Nayak > > > > http://riteshnayak.com > > Use stale=true option. http://wiki.apache.org/couchdb/HTTP_view_API
