From cd4c0719737046a7da6cc281b754a748cf9d3f88 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Thu, 22 Jan 2015 15:46:56 -0800 Subject: [PATCH] Update HISTORY.md for GetThreadStatus() support on compaction. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 1040794fe..bce856f4f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 -- GitLab