Skip to content

implement FlinkRescalingCompactionFilter for eliminating redundant keys in key groups

rui xia requested to merge FRocksDB-6.11.6_xr_rescale_bit into FRocksDB-6.11.6

Implement FlinkRescalingCompactionFilter, check the first bit (RescaleRound) and further compare the key with the [Config::smallest_key, Config::largest] to identify the current is to remove, to keep, or to change.

Merge request reports