Re: Performance degradation on concurrent COPY into a single relation in PG16. - Mailing list pgsql-hackers

From David Rowley
Subject Re: Performance degradation on concurrent COPY into a single relation in PG16.
Date
Msg-id CAApHDvq7EgXRU_V9QSExor5v_ogZMY6K1MKd2FHeJ20L3p8u1g@mail.gmail.com
Whole thread Raw
In response to Re: Performance degradation on concurrent COPY into a single relation in PG16.  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-hackers
On Mon, 31 Jul 2023 at 21:39, John Naylor <john.naylor@enterprisedb.com> wrote:
> master + pg_strtoint_fastpath1.patch
> latency average = 938.146 ms
> latency stddev = 9.354 ms
>
> master + pg_strtoint_fastpath2.patch
> latency average = 902.808 ms
> latency stddev = 3.957 ms

Thanks for checking those two on your machine. I'm glad to see
fastpath2 faster on yours too.

David



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: How to build a new grammer for pg?
Next
From: David Rowley
Date:
Subject: Re: Performance degradation on concurrent COPY into a single relation in PG16.