Re: Fastpath while arranging the changes in LSN order in logical decoding

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fastpath while arranging the changes in LSN order in logical decoding
Date: 2019-12-17 03:03:13
Message-ID: CAFiTN-t69ivQnNAdHT7GYK19-2DuPw5R2zBpFZ7_mPVe2B5VAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 25, 2019 at 9:22 AM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
> In logical decoding, while sending the changes to the output plugin we
> need to arrange them in the LSN order. But, if there is only one
> transaction which is a very common case then we can avoid building the
> binary heap. A small patch is attached for the same.

I have registered it in the next commitfest.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2019-12-17 03:30:01 RE: [PATCH] Memory leak, at src/common/exec.c
Previous Message Fujii Masao 2019-12-17 02:46:03 Re: non-exclusive backup cleanup is mildly broken