12
votes
How do you Schedule Index Updates in CouchDB
CouchDB does regenerate views on update, but only on what has changed since the last read access to the view. Assuming your read volume greatly outweighs your write volume, this shouldn't be a prob …
5
votes
CouchDB Backups and Cloneing the Database
Another thing to be aware of is that you can copy files out from under a live database. Given that you may have a possibly large database, you could just copy it OOB from your test/production machi …
