Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable compression for rocksdb (MystenLabs#10021)
## Description Enable lz4 + zstd compression in rocksdb. One thing I noticed that, compaction was not able to keep up because of a smaller threadpool and increasing the parallelism helped. ## Test Plan Running in labnet, see a massive improvement in performance.
- Loading branch information