mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 17:10:38 +00:00
With this, 10us batching timeout works, but it has some other wrinkles: - it uses the signal-based timer APIs instead of going through epoll (=> timerfd) = it needs to make a syscall for each batch, which costs around 1-2us, so, probably significant CPU time wasted on this.