Search Postgresql Archives

Re: Logical Replication Delay

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi Justin and Greg,

Thank you for your input and recommendations. We understand your point regarding separating the tables into different publications and subscriptions.
However, due to certain business constraints, we are unable to implement this approach at the moment.

We are planning to set up logical replication from a standby to another server. When the primary goes down, there is no issue as the standby becomes the primary and the logical slots are already present. However, when the standby goes down, these slots are not copied to the third node or the primary by Patroni. Is there an option available to handle this scenario? 

Regards,
Ram.


On Wed, 25 Sept 2024 at 20:12, Greg Sabino Mullane <htamfids@xxxxxxxxx> wrote:
On Sat, Sep 21, 2024 at 3:08 PM Ramakrishna m <ram.pgdb@xxxxxxxxx> wrote:

I would greatly appreciate any suggestions you may have to help avoid logical replication delays, whether through tuning database or operating system parameters, or any other recommendations

In addition to the things already answered:

* What is the use case for logical replication? I assume your local replicas are able to keep up just fine.

* Check the nature of the work for problems, e.g. ORM doing unnecessary/redundant updates, maintaining indexes that are not really needed

* Looks like your wal_segment_size was boosted to 1GB. What drove that change?

* Yes, autovacuum could affect things - make sure log_autovacuum_min_durations is set

Cheers,
Greg

 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux