Re: About asynchronous I/O

From: bertrand HARTWIG <hartwig(dot)bertrand(at)gmail(dot)com>
To: JOHN WIENCEK <jwiencek3(at)comcast(dot)net>
Cc: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: About asynchronous I/O
Date: 2026-06-23 13:35:04
Message-ID: B9BDF1A5-EDD2-4648-8624-C480375FF5D8@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Linux Io_uring is used by PostgreSQL only with aio_read() …

> Le 23 juin 2026 à 15:04, JOHN WIENCEK <jwiencek3(at)comcast(dot)net> a écrit :
>
> Can your application assume the risk of lost transactions in the event of a database crash?
> ASYNC/IO is not a good solution for all applications.
>
>
> Regards
>
> John
>> On 06/23/2026 7:19 AM CDT bertrand HARTWIG <hartwig(dot)bertrand(at)gmail(dot)com> wrote:
>>
>>
>> Very usefull on SSD AND nvme ! (low latency on IOPs). But the higher the disk latency, the greater the gains you will notice.
>>
>> On SSD i observed 200%
>>
>>> Le 23 juin 2026 à 14:02, Ron Johnson <ronljohnsonjr(at)gmail(dot)com> a écrit :
>>> On Tue, Jun 23, 2026 at 7:26 AM bertrand HARTWIG <hartwig(dot)bertrand(at)gmail(dot)com <mailto:hartwig(dot)bertrand(at)gmail(dot)com>> wrote:
>>> 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.
>>>
>>>
>>> So, not so useful on SSD/NVMe?
>>>
>>> Regards,
>>>
>>> Bertrand
>>>
>>>
>>>> Le 23 juin 2026 à 09:55, ek ek <livadidrive(at)gmail(dot)com <mailto: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?
>>>
>>>
>>>
>>> --
>>> Death to <Redacted>, and butter sauce.
>>> Don't boil me, I'm still alive.
>>> <Redacted> lobster!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2026-06-23 13:58:51 Re: About asynchronous I/O
Previous Message JOHN WIENCEK 2026-06-23 13:04:23 Re: About asynchronous I/O