Skip to content

Ingest plain sst file to target level, fix overflow by using byte array for key elimination

rui xia requested to merge FRocksDB-6.11.6_xr_plain_sst_ingest into FRocksDB-6.11.6
  • Extend IngestExternalFileOptions to enable ingesting plain files to target level.
  • Do not use rescale round bit for key elimination, directly extract key group in the key (first or first two bytes in at the first of the key) to identify whether the current key is out of the current key range.

Merge request reports