Skip to content
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

TiKV configuration: Update description for pin-l0-filter-and-index-blocks #6008

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock

### `pin-l0-filter-and-index-blocks`

+ Determines whether to pin the index and filter at L0
+ Determines whether to pin the index block and filter block which control the SST file at L0 in memory.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
+ Default value: `true`

### `use-bloom-filter`
Expand Down