-
Notifications
You must be signed in to change notification settings - Fork 312
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
feat(rocksdb): Adapt prefix bloom filter to speedup scans by hashkey #438
Merged
Conversation
This file contains 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
acelyc111
changed the title
(feat)rocksdb: Adapt prefix bloom filter to speedup scan by hashkey
feat(rocksdb): Adapt prefix bloom filter to speedup scan by hashkey
Dec 7, 2019
acelyc111
force-pushed
the
prefix_filter
branch
from
December 8, 2019 07:44
a4797c8
to
7b59b13
Compare
acelyc111
changed the title
feat(rocksdb): Adapt prefix bloom filter to speedup scan by hashkey
feat(rocksdb): Adapt prefix bloom filter to speedup scans by hashkey
Dec 9, 2019
neverchanje
reviewed
Dec 9, 2019
acelyc111
force-pushed
the
prefix_filter
branch
from
December 10, 2019 02:35
7b59b13
to
444d223
Compare
acelyc111
added
submodule/rocksdb
type/performance
performance optimization or tunning
labels
Dec 12, 2019
hycdong
reviewed
Dec 17, 2019
acelyc111
force-pushed
the
prefix_filter
branch
from
December 17, 2019 04:03
bc3786f
to
256c370
Compare
hycdong
previously approved these changes
Dec 17, 2019
neverchanje
reviewed
Dec 18, 2019
neverchanje
reviewed
Dec 18, 2019
neverchanje
added
the
type/config-change
Added or modified configuration that should be noted on release note of new version.
label
Dec 18, 2019
neverchanje
reviewed
Dec 18, 2019
acelyc111
force-pushed
the
prefix_filter
branch
from
December 18, 2019 09:54
e6393f6
to
312af08
Compare
neverchanje
approved these changes
Dec 19, 2019
hycdong
reviewed
Dec 19, 2019
foreverneverer
approved these changes
Dec 19, 2019
|
acelyc111
pushed a commit
that referenced
this pull request
Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.12.2
type/config-change
Added or modified configuration that should be noted on release note of new version.
type/performance
performance optimization or tunning
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.
What problem does this PR solve?
Improve the performance of scans by hashkeys
Related issue: #421
What is changed and how it works?
Add config:
Check List
Tests
Yes
Yes
Yes
Steps:
rocksdb_filter_type = common
rocksdb_filter_type = prefix
and restart replica serverrocksdb_filter_type = common
and restart replica serverCode changes
Yes, but it's compatible.
Related changes
Yes
Yes