rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Make compaction_pri dynamically changable

Open rockeet opened this issue 2 years ago • 0 comments

Expected behavior

When sequentially loading data, we want to set compaction_pri = kOldestSmallestSeqFirst.

After sequentially loading data, we want to set compaction_pri = kMinOverlappingRatio.

Actual behavior

compaction_pri is immutable and can not be dynamically changable.

Steps to reproduce the behavior

NA

rockeet avatar Dec 25 '23 09:12 rockeet