https://github.com/facebook/rocksdb
Raw File
Tip revision: f2d0b97e502237e60434d0b002738a42d9dd254f authored by Igor Canadi on 01 April 2016, 16:08:47 UTC
Create LANGUAGE-BINDINGS.md
Tip revision: f2d0b97
DEFAULT_OPTIONS_HISTORY.md
## 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
back to top