How to Make CouchDB (Feel) Faster
A couple of tips and tricks from Martin ‘MC’ Brown that could help improve the CouchDB performance1:
Within CouchDB, there is a one-to-one relationship between the design documents that you create, and the indexes that are produced in the process.
Plus using stale views, updating views after and using the _changes feed.
-
Or at least the perceived performance. ↩
Original title and link: How to Make CouchDB (Feel) Faster (©myNoSQL)
via: http://blog.safaribooksonline.com/2012/03/14/improving-couchdb-performance/