(no title)
lfittl | 9 months ago
The "worker" method uses a dedicated pool of I/O worker processes that run in the background, and whilst not as performant as io_uring in our benchmark, did clearly outperform the "sync" method (which is the same as what Postgres currently has in 17 and older).
nu11ptr|9 months ago
Windows now also has IORing (see my comment above)
severino|9 months ago