RE: Parallel Apply

From: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>
To: shveta malik <shveta(dot)malik(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tomas Vondra <tomas(at)vondra(dot)me>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Andrei Lepikhov <lepihov(at)gmail(dot)com>, wenhui qiu <qiuwenhuifx(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: RE: Parallel Apply
Date: 2026-04-30 14:40:17
Message-ID: TYRPR01MB141956946BAF1A7E297D4147694352@TYRPR01MB14195.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wednesday, April 29, 2026 7:32 PM shveta malik <shveta(dot)malik(at)gmail(dot)com> wrote:
>
>
> Few more comments on v17-003:
>
>

Thanks for the comments, I have addressed all of them.

Here is the latest patch set.

Best Regards,
Hou zj

Attachment Content-Type Size
v18-0010-Support-serializing-changes-to-disk-when-the-sen.patch application/octet-stream 16.3 KB
v18-0001-Introduce-a-shared-hash-table-to-store-paralleli.patch application/octet-stream 9.2 KB
v18-0002-Introduce-internal-messages-to-track-dependencie.patch application/octet-stream 12.7 KB
v18-0003-Introduce-a-local-hash-table-to-store-replica-id.patch application/octet-stream 31.8 KB
v18-0004-Parallel-apply-non-streaming-transactions.patch application/octet-stream 58.5 KB
v18-0005-support-2PC.patch application/octet-stream 13.1 KB
v18-0006-Track-dependencies-for-streamed-transactions.patch application/octet-stream 9.9 KB
v18-0007-Wait-applying-transaction-if-one-of-user-defined.patch application/octet-stream 11.7 KB
v18-0008-Support-dependency-tracking-via-local-unique-ind.patch application/octet-stream 23.1 KB
v18-0009-Support-dependency-tracking-via-foreign-keys.patch application/octet-stream 16.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-04-30 14:54:20 Re: Fix a server crash problem from pg_get_database_ddl
Previous Message Zhijie Hou (Fujitsu) 2026-04-30 14:39:24 RE: Parallel Apply