tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

Add level region accessor interface #616

Open CheneyDing opened 3 years ago

CheneyDing commented 3 years ago

Add interface for LevelRegionAccessor. The interface is to support implementing "size ratio compaction" to compact SST file by size ratio violation.