diff --git a/HISTORY.md b/HISTORY.md index e6726ba310eef8743886cd3c71ef47bea643eaef..7b7661ef197c22b420e81be50116ee6fcef34b41 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,7 @@ ### New Features * Introduce NewClockCache, which is based on CLOCK algorithm with better concurrent performance in some cases. It can be used to replace the default LRU-based block cache and table cache. To use it, RocksDB need to be linked with TBB lib. +* Change ticker/histogram statistics implementations to accumulate data in thread-local storage, which improves CPU performance by reducing cache coherency costs. Callers of CreateDBStatistics do not need to change anything to use this feature. ## 4.11.0 (8/1/2016) ### Public API Change