tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB

Home Page:http://rocksdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

options support CompactionPri

dreamflyfengzi opened this issue · comments

gorocksdb now don't support rocksdb advanced options compactionpri

// In Level-based compaction, it Determines which file from a level to be
// picked to merge to the next level. We suggest people try
// kMinOverlappingRatio first when you tune your database.

rocksdb advanced options compaction pri