Replies: 1 comment
|
I think trivial move and manual compaction are two different things. If you want to do manual compaction, try this: with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I currently have a DB with 7000 sst files, I want to apply compaction, as shown here:
facebook/rocksdb#9540 (comment)
https://github.com/facebook/rocksdb/wiki/Compaction-Trivial-Move
Is it possible via RocksDict?
Thanks
All reactions