Skip to content
Snippets Groups Projects
Commit 9c0b4c80 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Optimize the pthread-based WAL writer: avoid unnecessary syscalls.

Only flush stdio buffer once when done processing
a bulk of requests. This avoids an unnessary syscall (write())
per request.
parent 577ef3a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment