diff --git a/DEFAULT_OPTIONS_HISTORY.md b/DEFAULT_OPTIONS_HISTORY.md index b066e4a65..532213b24 100644 --- a/DEFAULT_OPTIONS_HISTORY.md +++ b/DEFAULT_OPTIONS_HISTORY.md @@ -1,8 +1,9 @@ -## Unreleased +# 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 \ No newline at end of file +* max_file_opening_threads changes from 1 to 16 diff --git a/HISTORY.md b/HISTORY.md index 76bcb922c..29a4d86ff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 4.7.0 (4/8/2016) ### Public API Change * Change some default options. Now default options will optimize for server-workloads. Also enable slowdown and full stop triggers for pending compaction bytes. These changes may cause sub-optimal performance or significant increase of resource usage. To avoid these risks, users can open existing RocksDB with options extracted from RocksDB option files. See https://github.com/facebook/rocksdb/wiki/RocksDB-Options-File for how to use RocksDB option files. Or you can call Options.OldDefaults() to recover old defaults. DEFAULT_OPTIONS_HISTORY.md will track change history of default options. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 8f6b899e1..46852d903 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 4 -#define ROCKSDB_MINOR 6 +#define ROCKSDB_MINOR 7 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with