-
Notifications
You must be signed in to change notification settings - Fork 1.2k
tikv: update auto compaction config #20708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
v01dstar
wants to merge
34
commits into
pingcap:master
Choose a base branch
from
v01dstar:compact-move
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+76
−5
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9cee0eb
Update auto compaction config
v01dstar bc5bbe0
Note 9.0.0
v01dstar 736a330
Add deprecated options back
v01dstar ef6b46c
Update dynamic-config.md
v01dstar bb1b293
Update garbage-collection-configuration.md
v01dstar fed4eed
Update tikv-configuration-file.md
v01dstar 990cfe3
Update tikv-configuration-file.md
v01dstar 47a6268
Update tikv-configuration-file.md
v01dstar bc5eaf0
Update tikv-configuration-file.md
v01dstar 371b5ca
Update tikv-configuration-file.md
v01dstar 2f93c9e
Update tikv-configuration-file.md
v01dstar 47fee59
Update tikv-configuration-file.md
v01dstar 480d347
Update tikv-configuration-file.md
v01dstar 5de8928
Update tikv-configuration-file.md
v01dstar a99776e
Update tikv-configuration-file.md
v01dstar 2140df6
Update tikv-configuration-file.md
v01dstar 913f4c6
Update tikv-configuration-file.md
v01dstar 1d0d3a5
Update tikv-configuration-file.md
v01dstar 2baecc7
Update tikv-configuration-file.md
v01dstar 8a977db
Update tikv-configuration-file.md
v01dstar c8455c7
Update tikv-configuration-file.md
v01dstar 5eb7d48
Update tikv-configuration-file.md
v01dstar f429608
Update tikv-configuration-file.md
v01dstar d526ccf
Update tikv-configuration-file.md
v01dstar 370109d
Update tikv-configuration-file.md
v01dstar 2551546
fix format
Oreoxmt c144dc4
Update tikv-configuration-file.md
v01dstar 5244898
Update tikv-configuration-file.md
v01dstar 3cf557c
Update tikv-configuration-file.md
v01dstar 4fd9f39
Update tikv-configuration-file.md
v01dstar 7a3a526
Update tikv-configuration-file.md
v01dstar 6a8423d
Update tikv-configuration-file.md
v01dstar 55690b5
Update dynamic-config.md
v01dstar f50fd4c
Update dynamic-config.md
v01dstar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L188~L191, RocksDB 加上括号不太容易理解,可以去掉括号,或者直接去掉 (RocksDB) 吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
取决于读者是谁,如果是懂 tikv 的,加上可能更好,不懂的话,他应该不会看这些参数吧。