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

Should be able to use different FilterPolicy for different SST files #739

Open
mrambacher opened this issue Nov 1, 2023 · 0 comments · May be fixed by #546
Open

Should be able to use different FilterPolicy for different SST files #739

mrambacher opened this issue Nov 1, 2023 · 0 comments · May be fixed by #546
Assignees

Comments

@mrambacher
Copy link
Contributor

If you use different FilterPolicy that are not compatible (derived from the same base), the BlockBasedTable code will not properly use the different policies for different SST files. The problem is that when an SST file is read, the filter is used not based on the data stored in the SST file but instead based on the data stored in the BlockBasedTableOptions.

Potentially, something similar will also happen if some files have a filter policy and others do not, though this has not been tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗️ Working on it
2 participants