Update HISTORY.md for GetThreadStatus() support on compaction.

This commit is contained in:
Yueh-Hsuan Chiang 2015-01-22 15:46:56 -08:00
parent 46a7048dcd
commit cd4c071973

View File

@ -10,6 +10,7 @@
* Potentially big performance improvements if you're using RocksDB with lots of column families (100-1000)
* Added BlockBasedTableOptions.format_version option, which allows user to specify which version of block based table he wants. As a general guidline, newer versions have more features, but might not be readable by older versions of RocksDB.
* Added new block based table format (version 2), which you can enable by setting BlockBasedTableOptions.format_version = 2. This format changes how we encode size information in compressed blocks and should help with memory allocations if you're using Zlib or BZip2 compressions.
* GetThreadStatus() is now able to report compaction activity.
### Public API changes
* Deprecated skip_log_error_on_recovery option