Re: speed up a logical replica setup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: speed up a logical replica setup
Date
Msg-id 3c024250-3f13-4f4d-b8e9-55f176db4abf@eisentraut.org
Whole thread Raw
In response to Re: speed up a logical replica setup  ("Euler Taveira" <euler@eulerto.com>)
Responses Re: speed up a logical replica setup
List pgsql-hackers
On 07.06.24 05:49, Euler Taveira wrote:
> Here it is a patch series to fix the issues reported in recent 
> discussions. The
> patches 0001 and 0003 aim to fix the buildfarm issues. The patch 0002 
> removes
> synchronized failover slots on subscriber since it has no use. I also 
> included
> an optional patch 0004 that improves the usability by checking both 
> servers if
> it already failed in any subscriber check.

I have committed 0001, 0002, and 0003.  Let's keep an eye on the 
buildfarm to see if that stabilizes things.  So far it looks good.

For 0004, I suggest inverting the result values from check_publisher() 
and create_subscriber() so that it returns true if the check is ok.




pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Avoid orphaned objects dependencies, take 3
Next
From: Peter Eisentraut
Date:
Subject: Re: speed up a logical replica setup