GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-couch-index/pull/16
65501 disable recompaction
In some cases it is a beneficial to be able to temporary disable
recompaction.
This PR introduces a way to do so globally or individually per database or
specific index.
The configuration of the feature is as follows:
```
[view_compaction.recompaction]
enable = true / false %% to set globaly
<db_name> = enable / disable %% to set per db
<db_name>:<idx_name> = enable / disable %% to set per index
```
Depends on: https://github.com/apache/couchdb-erlang-tests/pull/2
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch-index
65501-disable-recompaction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-index/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---