fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
442 B
442 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
- table_cache_numshardbits changes from 4 to 6
- max_file_opening_threads changes from 1 to 16