Skip to content

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

@mrambacher

Description

@mrambacher

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

🏗️ Working on it

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions