diff options
| author | Dan Engelbrecht <[email protected]> | 2025-06-02 19:14:52 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-06-02 19:14:52 +0200 |
| commit | 33d443f5361d007f4971bf0d98585b81ee691437 (patch) | |
| tree | b5814d71a87b5b7a390cc4d94bf84dcdb8f6cd6b /CHANGELOG.md | |
| parent | fix cachbucket mem hit count (#415) (diff) | |
| download | zen-33d443f5361d007f4971bf0d98585b81ee691437.tar.xz zen-33d443f5361d007f4971bf0d98585b81ee691437.zip | |
http client streaming upload (#413)
- Improvement: Add streaming upload from HttpClient to reduce I/O caused by excessive MMap usage
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4977b8585..621790515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Improvement: Faster oplog validate to reduce GC wall time and disk I/O pressure - 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 ## 5.6.8 - Feature: Add per bucket cache configuration (Lua options file only) |