You
The audit log writer is hammering the WAL. Can you batch the writes and drop the legacy single-row path?
The audit log writer is hammering the WAL. Can you batch the writes and drop the legacy single-row path?
Done. The writer now buffers rows and flushes in batches of 100, matching the WAL limit recorded in the project memory. I removed the legacy single-row path entirely.
flushBatch() replaces the per-row write.writeOne() path is deleted.bench-report.md
reports/bench-report.md