@axboe I saw uring is getting used in #PostgreSQL , I wonder did you see any performance benchmarks or heard numbers maybe on with vs without uring ?

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=c325a7633fcb33dbd73f46ddbbe91e95ddf3b227

@thejvmbender Only thing I've seen is the blog they posted:

https://pganalyze.com/blog/postgres-18-async-io

Waiting for Postgres 18: Accelerating Disk Reads with Asynchronous I/O

Postgres 18 introduces Asynchronous I/O (AIO) that can dramatically improve read performance, especially in the cloud. Learn how these changes and the new io_method setting work and see why our benchmark results show that io_uring is the recommended setting for maximizing I/O performance in Postgres 18 over the default setting 'worker'.

pganalyze