config: adjust default value of config rocksdb.max-manifest-file-size from 128MiB to 256MiB#18496
Conversation
Signed-off-by: glorv <glorvs@163.com>
[LGTM Timeline notifier]Timeline:
|
LykxSassinator
left a comment
There was a problem hiding this comment.
Remember to create a corresponding PR for docs-cn to document this change.
|
/retest |
|
@zhangjinpeng87 PTAL, thanks |
Signed-off-by: glorv <glorvs@163.com>
rocksdb.max-manifest-file-size from 128MiB to 512MiBrocksdb.max-manifest-file-size from 128MiB to 256MiB
|
@zhangjinpeng87 PTAL thanks |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Connor1996, hbisheng, LykxSassinator, zhangjinpeng87 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
…e` from 128MiB to 256MiB (tikv#18496) ref tikv#15990 The default value of config `rocksdb.max-manifest-file-size` is too small for large clusters with more than 100k sst files. It can cause long ingest latency when the effective manifest file size exceed the threshold. So this PR adjust the default value to 256MiB which should be a large enough value. Signed-off-by: glorv <glorvs@163.com>
…e` from 128MiB to 256MiB (#18496) (#18889) close #18996 The default value of config `rocksdb.max-manifest-file-size` is too small for large clusters with more than 100k sst files. It can cause long ingest latency when the effective manifest file size exceed the threshold. So this PR adjust the default value to 256MiB which should be a large enough value. Signed-off-by: glorv <glorvs@163.com> Co-authored-by: glorv <glorvs@163.com>
…e` from 128MiB to 256MiB (tikv#18496) ref tikv#15990 The default value of config `rocksdb.max-manifest-file-size` is too small for large clusters with more than 100k sst files. It can cause long ingest latency when the effective manifest file size exceed the threshold. So this PR adjust the default value to 256MiB which should be a large enough value. Signed-off-by: glorv <glorvs@163.com> Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
What is changed and how it works?
Issue Number: close #18996
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note