RE: Perform streaming logical transactions by background workers and parallel apply

From: "wangw(dot)fnst(at)fujitsu(dot)com" <wangw(dot)fnst(at)fujitsu(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, "shiy(dot)fnst(at)fujitsu(dot)com" <shiy(dot)fnst(at)fujitsu(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: Perform streaming logical transactions by background workers and parallel apply
Date: 2023-01-03 05:40:22
Message-ID: OS3PR01MB6275D4B22266412FEEBDB3AE9EF49@OS3PR01MB6275.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 2, 2023 at 18:54 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> On Fri, Dec 30, 2022 at 3:55 PM wangw(dot)fnst(at)fujitsu(dot)com
> <wangw(dot)fnst(at)fujitsu(dot)com> wrote:
> >
> > I've checked it and it looks good to me.
> > Rebased the other patches and ran the pgident for the patch set.
> >
> > Attach the new patch set.
> >
>
> I have added a few DEBUG messages and changed a few comments in the
> 0001 patch. With that v71-0001* looks good to me and I'll commit it
> later this week (by Thursday or Friday) unless there are any major
> comments or objections.

Thanks for your improvement.

Rebased the patch set because the new change in HEAD (c8e1ba7).
Attach the new patch set.

Regards,
Wang wei

Attachment Content-Type Size
v72-0001-Perform-apply-of-large-transactions-by-parallel-.patch application/octet-stream 263.8 KB
v72-0002-Add-GUC-stream_serialize_threshold-and-test-seri.patch application/octet-stream 12.4 KB
v72-0003-Stop-extra-worker-if-GUC-was-changed.patch application/octet-stream 4.1 KB
v72-0004-Retry-to-apply-streaming-xact-only-in-apply-work.patch application/octet-stream 21.1 KB
v72-0005-Add-a-main_worker_pid-to-pg_stat_subscription.patch application/octet-stream 9.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2023-01-03 05:48:48 Re: Add a test to ldapbindpasswd
Previous Message Amit Kapila 2023-01-03 05:33:32 Re: wake up logical workers after ALTER SUBSCRIPTION