wohali commented on issue #1579: Autocompaction never triggered in Couch v2.2
URL: https://github.com/apache/couchdb/issues/1579#issuecomment-442565289
 
 
   @akircher Keep in mind that for view compaction to occur, database 
compaction must first occur. The compaction daemon only does view compaction 
immediately after compacting the associated database. So, in your case, 
presumably the databases are all already compacted sufficiently, but the views 
are uncompacted.
   
   With the patch that @nickva just landed, and assuming you upgrade to 2.3.0 
on release, you'd have to manually trigger compaction on each DB once, which 
should then go through and properly compact all of the remaining shards.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to