Hello again. In https://blog.couchdb.org/2016/09/20/2-0/ it says "Compaction can now be run at any time, even continuously". However I can't find any documentation on how to configure this - either recommended configuration parameters or best practices. Is there a document somewhere that outlines how to enable continuous compaction and what the pros/cons are?
Ideally I'd like to dedicate one node of a cluster to serving data, and the other node to running maintenance (compaction). Is this viable? Is there a better way to do it? Any input would be appreciated.