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

From Fabrízio de Royes Mello
Subject Re: speed up a logical replica setup
Date
Msg-id CAFcNs+qAMdzd_73gwo3UE_25h+E-sHiV2paxfDgz=xw2y7hogw@mail.gmail.com
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 Wed, Jan 31, 2024 at 12:38 PM Euler Taveira <euler@eulerto.com> wrote:
>
>
> Hmm. I didn't try it with the failover patch that was recently applied. Did you
> have any special configuration on primary?
>

Nothing special, here the configurations I've changed after bootstrap:

port = '5432'
wal_level = 'logical'
max_wal_senders = '8'
max_replication_slots = '6'
hot_standby_feedback = 'on'
max_prepared_transactions = '10'
max_locks_per_transaction = '512'

Regards,

--
Fabrízio de Royes Mello

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Flushing large data immediately in pqcomm
Next
From: Robert Haas
Date:
Subject: Re: Reducing output size of nodeToString