| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
| Cc: | "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: PG 13 release notes, first draft |
| Date: | 2020-05-07 13:09:10 |
| Message-ID: | 20200507130910.GH3649@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, May 6, 2020 at 07:31:14PM -0500, Justin Pryzby wrote:
> On Wed, May 06, 2020 at 07:35:34PM -0400, Bruce Momjian wrote:
> > On Wed, May 6, 2020 at 11:17:54AM +0500, Andrey M. Borodin wrote:
> > > I'm not sure, but probably it worth mentioning in "General performance" section that TOAST (and everything pglz-compressed) decompression should be significantly faster in v13.
> > > https://github.com/postgres/postgres/commit/c60e520f6e0e8db9618cad042df071a6752f3c06
> >
> > OK, I read the thread mentioned in the commit message and I now see the
> > value of this change. Attached is the release note diff. Let me know
> > if it needs improvement.
>
> Sorry I didn't see it earlier, but:
>
> > -Improve retrieving of only the leading bytes of TOAST values (Binguo Bao)
> > +Improve speed of TOAST decompression and the retrievel of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin)
>
> retrieval
>
> I will include this with my running doc patch if you don't want to make a
> separate commit.
Fixed.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2020-05-07 13:09:20 | Re: PG 13 release notes, first draft |
| Previous Message | Guillaume Lelarge | 2020-05-07 13:09:07 | Re: min_wal_size > max_wal_size is accepted |