-
|
Hi everyone I am using the official Docker image of CouchDB, v3.1.0. I created a The configuration is default except that I added this: Now, I want to limit autocompaction to a time window from 04:00 am to 5:30 am, and I want this to be as strict as possible. So I added these parameters in the same file: Then I started to insert 3 millions of documents one by one in one database using ApacheBench like this:
and It works very well, I get about 10,000 inserts/s. So it looks like the restriction to the time window doesn't work. Am I doing something wrong or missing something? Thanks. Kind regards, cluxter |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Two things:
|
Beta Was this translation helpful? Give feedback.
-
|
I just improved the documentation and created a PR here: apache/couchdb-documentation#569. |
Beta Was this translation helpful? Give feedback.
-
|
I want to control when the db , view and indexing job to run at UTC 2 am to 3 am so as per my current understanding this should be the setting for it. Please confirm if this is not correct. Is there any other setting that I would also have to do? [smoosh.ratio_dbs] [smoosh.ratio_views] [smoosh.slack_dbs] [smoosh.slack_views] [smoosh.index_cleanup] [smoosh.upgrade_dbs] [smoosh.upgrade_views] |
Beta Was this translation helpful? Give feedback.
Two things:
fromandtovalues on every channel in smoosh. You've not applied those strict times to the default 4 channels ofratio_dbs,ratio_views,slack_dbsandslack_views.04:00-05:30UTC?