feat!: use indirect indices for bloom filter to reduce size#5377
feat!: use indirect indices for bloom filter to reduce size#5377zhongzc merged 7 commits intoGreptimeTeam:mainfrom
Conversation
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
There was a problem hiding this comment.
Copilot reviewed 6 out of 11 changed files in this pull request and generated no comments.
Files not reviewed (5)
- src/index/src/bloom_filter/creator/finalize_segment.rs: Evaluated as low risk
- src/mito2/src/cache/index/bloom_filter_index.rs: Evaluated as low risk
- src/mito2/src/sst/index/bloom_filter/creator.rs: Evaluated as low risk
- src/index/Cargo.toml: Evaluated as low risk
- src/index/src/bloom_filter.rs: Evaluated as low risk
Comments suppressed due to low confidence (2)
src/index/src/bloom_filter/creator.rs:175
- [nitpick] The variable name 'elem_count' should be renamed to 'element_count' for consistency.
rows_per_segment: self.rows_per_segment as _,
src/index/src/bloom_filter/error.rs:35
- The error message for DecodeProto should be more descriptive. Consider including additional context about the decoding failure.
DecodeProto {
waynexia
left a comment
There was a problem hiding this comment.
I'd like a DROP INDEX for easy upgrade, or keep one more version for compatible....
|
Wait for GreptimeTeam/greptime-proto#210 |
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
Wait for GreptimeTeam/greptime-proto#210
What's changed and what's your intention?
Add indirect indices for bloom filter.
E.g. for bloom filters like:
change to:
PR Checklist
Please convert it to a draft if some of the following conditions are not met.