linxGnu / grocksdb

RocksDB wrapper for Go. Support 9.x, 8.x, 7.x, 6.x, etc
MIT License
315 stars 68 forks source link

Is it possible to implement CompactFiles ? #128

Closed snirs90 closed 1 year ago

snirs90 commented 1 year ago

I've saw that there's an option to manual compact specific files with the API of CompactFiles https://github.com/facebook/rocksdb/wiki/Manual-Compaction#compactfiles

is it possible to implement it in this library?

Thanks!

linxGnu commented 1 year ago

Hi @snirs90

RocksDB did not expose CompactFiles API yet: https://github.com/facebook/rocksdb/blob/main/include/rocksdb/c.h