Thank you! Link was of great help. Write operations in bulk also seems like a good idea. I am guessing that for delayed writes, I must use a second level cache to keep serving requests as if its coming from the datastore, and after a threshold flush all the write through cache data into Couch.
Thanks and Regards Ritesh M Nayak http://riteshnayak.com On Mon, May 17, 2010 at 8:14 PM, Alexander Uvarov < [email protected]> wrote: > > On 17.05.2010, at 19:41, Ritesh Nayak wrote: > > > 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? > > > > Probably you would be happy with "delayed commits"? > Check out http://books.couchdb.org/relax/reference/high-performance
