Re: Should io_method=worker remain the default? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Should io_method=worker remain the default?
Date
Msg-id CA+hUKGLucxiSiuN3yYdBh01RGwNbhLCN-rNzaqrdKGeBEhk1Zg@mail.gmail.com
Whole thread Raw
In response to Re: Should io_method=worker remain the default?  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Mon, Sep 8, 2025 at 2:39 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> You might also be interested in the phenomenon discussed in the index
> prefetching thread, where concurrent reads of the *same* block from
> different backs currently force a wait, which can be avoided with a
> patch he posted.  In that thread it was happening due to index scans

Sorry, bad edit: I meant a patch that Andres posted.



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Should io_method=worker remain the default?
Next
From: Chao Li
Date:
Subject: Re: Allow logical replication in the same cluster