Skip to content

[VIndex] Use a buffered writer in WAL#107

Merged
mhutchinson merged 2 commits intotransparency-dev:mainfrom
mhutchinson:bufferWal
Mar 18, 2026
Merged

[VIndex] Use a buffered writer in WAL#107
mhutchinson merged 2 commits intotransparency-dev:mainfrom
mhutchinson:bufferWal

Conversation

@mhutchinson
Copy link
Contributor

This allows faster throughput because it leads to fewer syscalls. The
WAL is always flushed before we store any state dependant on it, so
there is no risk caused by the buffering here.

This allows faster throughput because it leads to fewer syscalls. The
WAL is always flushed before we store any state dependant on it, so
there is no risk caused by the buffering here.
@mhutchinson mhutchinson merged commit 2a413b5 into transparency-dev:main Mar 18, 2026
8 checks passed
@mhutchinson mhutchinson deleted the bufferWal branch March 18, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants