Re: Make default subscription streaming option as Parallel
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-10-22T09:16:49Z
Lists: pgsql-hackers
Attachments
- v4-0001-Change-the-default-value-of-the-streaming-option-.patch (application/octet-stream) patch v4-0001
On Mon, Oct 21, 2024 at 8:40 PM vignesh C <vignesh21@gmail.com> wrote: > > Attached v3 version patch has a caution added for the same. > Thanks, the patch looks good to me and I am planning to commit this early next week unless there are objections or any major problems. I have slightly updated the docs and commit message. Few more points to consider: 1. Please ensure that none of the existing tests that use subscriptions with large changes will be impacted due to this change. 2. The pg_createsubscriber utility uses CREATE SUBSCRIPTION statement and after this change, it will enable parallel mode by default which I think is a good idea as users won't need to do that manually after running the tool. Do you see any problem with this? -- With Regards, Amit Kapila.
Commits
-
Change the default value of the streaming option to 'parallel'.
- 1bf1140be872 18.0 landed