rocksdb/DEFAULT_OPTIONS_HISTORY.md
Islam AbdelRahman 1aeca97337 Release RocksDB 4.7
Summary: Bump the version and update HISTORY.md

Test Plan: none

Reviewers: yhchiang, sdong, andrewkr

Reviewed By: andrewkr

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D56469
2016-04-13 15:03:08 -07:00

486 B

RocksDB default options change log

4.7.0 (4/8/2016)

  • 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
  • table_cache_numshardbits changes from 4 to 6
  • max_file_opening_threads changes from 1 to 16