2feafa3db9
Summary: Change some RocksDB default options to make it more friendly to server workloads. Test Plan: Run all existing tests Reviewers: yhchiang, IslamAbdelRahman Reviewed By: IslamAbdelRahman Subscribers: sumeet, muthu, benj, MarkCallaghan, igor, leveldb, andrewkr, dhruba Differential Revision: https://reviews.facebook.net/D55941
346 B
346 B
Unreleased
- options.write_buffer_size changes from 4MB to 64MB
- options.target_file_size_base changes from 2MB to 64MB
- options.max_bytes_for_level_base changes from 10MB to 256MB
- options.soft_pending_compaction_bytes_limit changes from 0 (disabled) to 64GB
- options.hard_pending_compaction_bytes_limit changes from 0 (disabled) to 256GB