You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: