style95 commented on issue #1065: [Question] Periodic performance degradation URL: https://github.com/apache/couchdb/issues/1065#issuecomment-351731443 @kocolosk Thanks I have this configuration. ``` [compaction_daemon] check_interval = 300 min_file_size = 131072 [compactions] _default = [{db_fragmentation, "70%"}, {view_fragmentation, "60%"}] ``` I think, to minimize the impact of `cross-check`, it might be better to reduce the check interval. Then side effects might be distributed across time. Could I just reduce that `check_interval` value to get what I described above?
---------------------------------------------------------------- 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
