Speeding up replication startup/recovery

From: "Henry C(dot)" <henka(at)cityweb(dot)co(dot)za>
To: pgsql-general(at)postgresql(dot)org
Subject: Speeding up replication startup/recovery
Date: 2011-04-13 09:03:29
Message-ID: 1d9782fb580dd52898e96a27624c0ded.squirrel@zenmail.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greets,

My test replication seems to be proceeding normally, but the process appears
to be quite slow:

SLAVE
...postgres: startup process recovering 000000010000019000000024 (1)
...postgres: wal receiver process streaming 190/244FEA80

MASTER
...postgres: wal sender process replicator 1.1.1.1(55390) streaming 190/244FEA80

There are quite a few log files to process and both machines are not heavily
taxed. Is there any way to expedite this initial recovery process (1)? It
seems to be chugging along at a rather sedate pace.

Thanks
Henry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2011-04-13 09:16:33 Re: Speeding up replication startup/recovery
Previous Message John R Pierce 2011-04-13 08:42:04 Re: Blob handling with Delphi...