Re: 2023-08-10 release announcement draft - Mailing list pgsql-hackers

From David Rowley
Subject Re: 2023-08-10 release announcement draft
Date
Msg-id CAApHDvqUxxu_x5z0LoiumpzwedMrjzp7gV9KMgVzwy+KJg1DOA@mail.gmail.com
Whole thread Raw
In response to Re: 2023-08-10 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: 2023-08-10 release announcement draft
List pgsql-hackers
On Tue, 8 Aug 2023 at 13:49, Jonathan S. Katz <jkatz@postgresql.org> wrote:
>
> On 8/7/23 9:45 PM, David Rowley wrote:
>
> >> * Fix a performance regression when running concurrent
> >> [`COPY`](https://www.postgresql.org/docs/16/sql-copy.html) statements on a
> >> single table.
> >
> > I think this is still outstanding. A bit of work has been done for the
> > int parsing regression but it seems there's still a performance
> > regression when running multiple COPYs on the same table, per [1].
>
> Hm, the open item was closed[1] -- was that premature, or is this a new
> issue (have not yet read the thread you referenced)?

I closed it thinking that enough had been done to resolve the
performance regression. In the linked thread, Sawadasan shows that
that's not the case. So, yes, premature.  I've reverted the change to
the open items list now.

David



pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: 2023-08-10 release announcement draft
Next
From: "熊艳辉"
Date:
Subject: how to ensure parallel restore consistency ?