Re: AIO v2.5 - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: AIO v2.5
Date
Msg-id 2dea8882-537e-46a7-a321-ed69f3041226@vondra.me
Whole thread Raw
In response to Re: AIO v2.5  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 3/18/25 21:12, Andres Freund wrote:
> Hi,
> 
> Attached is v2.10, with the following changes:
> 
>  ...
> 
> - committed io_method=worker
> 

There's an open item related to this commit (247ce06b883d), based on:

    For now the default io_method is changed to "worker". We should re-
    evaluate that around beta1, we might want to be careful and set the
    default to "sync" for 18.

FWIW the open item is in the "recheck mid-beta" section, but the commit
message says "around beta1" which is not that far away (especially if we
choose to do beta1 on May 8, with the minor releases).

What information we need to gather to make the decision and who's
expected to do it? I assume someone needs to do run some benchmarks, but
is anyone working on it already? What benchmarks, what platforms?

FWIW I'm asking because of the RMT, but I'm also willing to do some of
the tests, if needed - but it'd be good to get some guidance.


regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: What's our minimum supported Python version?
Next
From: Jacob Champion
Date:
Subject: Re: [PATCH] Support older Pythons in oauth_server.py