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

set default value of memtable_whole_key_filtering to true #5769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miasantreble
Copy link
Contributor

Per offline discussion, default value of memtable_whole_key_filtering is now set to true

Test plan: make check

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miasantreble has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@@ -173,7 +173,7 @@ struct MutableCFOptions {
max_write_buffer_number(0),
arena_block_size(0),
memtable_prefix_bloom_size_ratio(0),
memtable_whole_key_filtering(false),
memtable_whole_key_filtering(true),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to set a size ratio for it to take effective?

@siying
Copy link
Contributor

siying commented Sep 5, 2019

As a github commit message, "Per offline discussion" is going to be out of context. It will be better if the motivation is explicitly described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants