Skip to content

Commit c431655

Browse files
committed
docs: add annotation for variable blob reader count
Add an annotation for #5248, increasing the size of a blob.ValueFetcher's cache of readers to a variable count dependent on the read amplification. This change had a perceptible impact on write-only workloads by avoiding duplicate reads during compactions that write new blob files.
1 parent 1e318ca commit c431655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
blocks</div>
4545
<div class="annotation" data-date="20250509">Enabled value
4646
separation (values=1024 variant)</div>
47+
<div class="annotation" data-date="20250827">Vary count of
48+
cached blob file readers</div>
4749
</div>
4850
<div class="section rows">
4951
<div>

0 commit comments

Comments
 (0)