On Fri, Oct 14, 2016 at 10:21 PM, Samir Magar <[email protected]> wrote: > What is the settings for max_wal_sender? > you can try increasing this parameter to improve backup performance.
max_wal_senders has no influence on the performance of a base backup taken as a base backup is just sent through one single WAL sender process. What matters here is the network bandwidth. -- Michael -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
