Hi On Wed, Mar 28, 2012 at 11:03 AM, Aravind Muralikrishnan <[email protected]> wrote: > We have a master - slave replication setup for couchdb. > If we compact the master couchdb database does the compaction get > replicated to slave as well? > If we index the master couchdb database does the indexes also get > replicated to slave?
No, compaction and indexing are local and have to be run on each node. -- Stefan
