From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com> |
Subject: | Re: Asynchronous and "direct" IO support for PostgreSQL. |
Date: | 2021-09-23 06:28:00 |
Message-ID: | CA+hUKGKDwV3pQyVuAPMFWFavR2yoyxwagDFDK+TdhFGvfEmM8Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Sep 1, 2021 at 5:57 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> - lots of progress on posix AIO backend (Thomas)
A quick note on this piece: Though it's still a work in progress with
a few things that need to be improved, I've tested this on a whole lot
of different OSes now. I originally tried to use realtime signals
(big mistake), but after a couple of reworks I think it's starting to
look plausible and quite portable. Of the ~10 or so OSes we support
and test in the build farm, ~8 of them have this API, and of those I
have only one unknown: HPUX (I have no access and I am beginning to
suspect it is an ex-parrot), and one mysteriously-doesn't-work: NetBSD
(I'd be grateful for any clues from NetBSD gurus and happy to provide
build/test instructions if anyone would like to take a look).
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2021-09-23 06:37:27 | Re: Hook for extensible parsing. |
Previous Message | Amit Kapila | 2021-09-23 05:53:25 | Re: logical replication restrictions |