Batch Writes and Add Backpressure in Local Tx Log - #3894
Open
alexanderkiel wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3894 +/- ##
==========================================
+ Coverage 96.43% 96.45% +0.01%
==========================================
Files 437 437
Lines 27452 27538 +86
Branches 631 634 +3
==========================================
+ Hits 26474 26561 +87
- Misses 471 472 +1
+ Partials 507 505 -2
🚀 New features to boost your workflow:
|
alexanderkiel
force-pushed
the
claude/issue-3886-tzjsyf
branch
5 times, most recently
from
July 30, 2026 10:59
88f2de2 to
1b603b4
Compare
Member
Author
|
Load test results, baseline (main,
The gain tracks fsync latency: on A5N46 (5.4 ms syncs) the baseline serialized one tx-log fsync per transaction, while batching amortizes it across everything buffered in flight — the median holds at ~30 ms from 4 to 64 clients and throughput still doubles with each doubling of clients at 64, i.e. unsaturated. LEA79 syncs in 8 µs, was never fsync-bound, and stays at parity (−4% at 64 VUs, within noise). |
alexanderkiel
force-pushed
the
claude/issue-3886-tzjsyf
branch
5 times, most recently
from
August 5, 2026 15:33
3b4c00c to
01e5009
Compare
alexanderkiel
force-pushed
the
claude/issue-3886-tzjsyf
branch
from
August 6, 2026 14:17
01e5009 to
3bf310a
Compare
Closes: #3886 Signed-off-by: Alexander Kiel <alexanderkiel@gmx.net>
alexanderkiel
force-pushed
the
claude/issue-3886-tzjsyf
branch
from
August 7, 2026 12:24
3bf310a to
180a490
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #3886