aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c4697c1a..1c21334e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@
- Bugfix: Correctly calculate the total number of RPC ops in the stats page for structured cache
- Bugfix: Change "chunks" title to "count" for RPC chunk requests in stats page for structured cache
- Bugfix: Sentry username string no longer includes the trailing NUL
+- Bugfix: Fix scrub messing up payload and access time in disk cache bucket when compacting index
+- Improvement: Split up disk cache bucket index into hash lookup and payload array to improve performance
+- Improvement: Reserve space up front for compact binary output when saving cache bucket manifest to improve performance
- Improvement: Reduce time a cache bucket is locked for write when flushing/garbage collecting
- Change format for faster read/write and reduced size on disk
- Don't lock index while writing manifest to disk