Skip to content

feat(bench): add concurrent-read and WAL sync-mode benchmarks#98

Merged
dkorbelainen merged 1 commit into
developfrom
fix/files-table-block-leak
Jun 4, 2026
Merged

feat(bench): add concurrent-read and WAL sync-mode benchmarks#98
dkorbelainen merged 1 commit into
developfrom
fix/files-table-block-leak

Conversation

@dkorbelainen

Copy link
Copy Markdown
Collaborator

BM_ConcurrentRead measures aggregate read throughput vs reader-thread count, exercising the reader-writer locking on the shared index and block cache. BM_WalSyncWrite measures write throughput under each WAL sync mode (ALWAYS/NORMAL/OFF), quantifying the durability/speed tradeoff.

BM_ConcurrentRead measures aggregate read throughput vs reader-thread
count, exercising the reader-writer locking on the shared index and
block cache. BM_WalSyncWrite measures write throughput under each WAL
sync mode (ALWAYS/NORMAL/OFF), quantifying the durability/speed tradeoff.
@dkorbelainen dkorbelainen merged commit bc1168c into develop Jun 4, 2026
3 checks passed
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.

1 participant