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

Reply via email to