Hacker News new | ask | show | jobs
by spwa4 406 days ago
Yes, although Windows has had async I/O since Windows NT 3.1, their API is still not supported by Postgres.
2 comments

FWIW, there are prototype patches for an IOCP based io_method. We just couldn't get them into an acceptable state for PG 18. I barely survived getting in what we did...
I didn't mean that as a criticism on Postgres, certainly not on Postgres developers. I really look forward to evaluating this change. I'm just reminiscing a bit about admiring Windows NT ... and being incredibly disappointed by the market.
Yes, that was IOCP, however, Windows now also has IORing (see my comment above)