diff options
| author | Dan Engelbrecht <[email protected]> | 2025-06-04 08:59:44 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-06-04 08:59:44 +0200 |
| commit | 937510356143f83ecd15d0a9f58b611c7418ed61 (patch) | |
| tree | d0540f89c30a46f1fd3a041a20d7bed417fcb877 /CHANGELOG.md | |
| parent | fixed size chunking for encrypted files (#410) (diff) | |
| download | zen-937510356143f83ecd15d0a9f58b611c7418ed61.tar.xz zen-937510356143f83ecd15d0a9f58b611c7418ed61.zip | |
faster scavenge (#417)
- Improvement: Multithreaded scavenge pass for zen builds download
- Improvement: Optimized check for modified files when verifying state of scavenged paths
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d7b651c..28ebf2015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## +- Improvement: Use fixed size block chunking for know encrypted/compressed file types +- Improvement: Skip trying to compress chunks that are sourced from files that are known to be encrypted/compressed +- Improvement: Add global open file cache for written files increasing throughput during download by reducing overhead of open/close of file by 80% +- Improvement: Multithreaded scavenge pass for zen builds download +- Improvement: Optimized check for modified files when verifying state of scavenged paths + +## 5.6.9 - Bugfix: Remove long running exclusive namespace wide locks when dropping buckets or namespaces - Bugfix: Flush the last block before closing the last new block written to during blockstore compact. UE-291196 - Bugfix: Fix stats for memcached entries in disk cache buckets @@ -8,9 +15,6 @@ - Improvement: `zen builds upload` now use the system temp directory for temporary files leaving the source folder untouched - Improvement: NoneDecoder::DecompressToStream and NoneDecoder::CompressToStream not uses direct disk I/O - Improvement: Add streaming upload from HttpClient to reduce I/O caused by excessive MMap usage -- Improvement: Use fixed size block chunking for know encrypted/compressed file types -- Improvement: Skip trying to compress chunks that are sourced from files that are known to be encrypted/compressed -- Improvement: Add global open file cache for written files increasing throughput during download by reducing overhead of open/close of file by 80% ## 5.6.8 - Feature: Add per bucket cache configuration (Lua options file only) |