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

feat: make the bloom filter optional in sst meta #488

Merged

Conversation

ShiKaiWi
Copy link
Member

@ShiKaiWi ShiKaiWi commented Dec 19, 2022

Which issue does this PR close?

Prepare for #489

Rationale for this change

Currently, bloom filter index is necessary in the sst reader. However, this is actually optional.

What changes are included in this PR?

  • Make the bloom filter index in the sst reader optional.

Are there any user-facing changes?

None.

How does this change test

Current tests.

@ShiKaiWi ShiKaiWi force-pushed the feat-ignore-bloomfilter-if-necessary branch from 117a6c9 to 09299f9 Compare December 19, 2022 02:09
@ShiKaiWi ShiKaiWi force-pushed the feat-ignore-bloomfilter-if-necessary branch from 09299f9 to c175737 Compare December 19, 2022 02:09
Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

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

LGTM

@jiacai2050 jiacai2050 merged commit dc2d5f1 into apache:main Dec 19, 2022
@ShiKaiWi ShiKaiWi deleted the feat-ignore-bloomfilter-if-necessary branch December 19, 2022 05:41
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants