Re: About asynchronous I/O

From: bertrand HARTWIG <hartwig(dot)bertrand(at)gmail(dot)com>
To: ek ek <livadidrive(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: About asynchronous I/O
Date: 2026-06-23 11:25:58
Message-ID: 359C3FF2-C038-4237-A361-4DAEFA92C114@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

The size of the database is clearly not important.

What matters are queries that are not already cached and that perform I/O.

With async I/O, you can see I/O performance improvements of up to 200%–300%. The higher the disk latency, the greater the gains you will notice.

Regards,

Bertrand

> Le 23 juin 2026 à 09:55, ek ek <livadidrive(at)gmail(dot)com> a écrit :
>
> Hello everyone,
> Are any of you running PostgreSQL 18 on production environments sized between 1 to 3TB? Does the 'asynchronous I/O (AIO) subsystem' deliver a significant performance increase? Also, has anyone had the opportunity to benchmark it against v17?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron Johnson 2026-06-23 12:02:54 Re: About asynchronous I/O
Previous Message ek ek 2026-06-23 07:55:22 About asynchronous I/O