Re: PostgreSQL 17 Beta 1 release announcement draft

From: Thom Brown <thom(at)linux(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 17 Beta 1 release announcement draft
Date: 2024-05-20 11:15:32
Message-ID: CAA-aLv6vCbhqiFmn935p8TaA0Er9BSajiivhW57VsPeADu5a2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 20 May 2024 at 00:24, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:

> On Mon, 20 May 2024 at 09:35, Jonathan S. Katz <jkatz(at)postgresql(dot)org>
> wrote:
> > Thanks for all the feedback to date. Please see the next revision.
> > Again, please provide feedback no later than 2024-05-22 18:00 UTC.
>
> Thanks for the updates.
>
> > [`COPY`](https://www.postgresql.org/docs/17/sql-copy.html) is used to
> efficiently bulk load data into PostgreSQL, and with PostgreSQL 17 shows a
> 2x performance improvement when loading large rows.
>
> The 2x thing mentioned by Jelte is for COPY TO rather than COPY FROM.
> So I think "exporting" or "sending large rows to the client" rather
> than "loading".
>
> There's also a stray "with" in that sentence.
>

Are you referring to the "with" in "and with PostgreSQL 17"? If so, it
looks valid to me.
--
Thom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-05-20 11:31:57 Re: PostgreSQL 17 Beta 1 release announcement draft
Previous Message Amit Kapila 2024-05-20 11:09:13 Re: Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled