Re: Fast logical replication jump start with PG 10

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Olivier Gautherot <olivier(at)gautherot(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Fast logical replication jump start with PG 10
Date: 2018-05-25 23:51:26
Message-ID: 729c1726-2e61-f03f-fe7e-c1dcf3f59e85@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/25/2018 02:12 PM, Olivier Gautherot wrote:
> Hi,
>
> I just sent the question on StackOverflow but realized that this
> audience may be more savvy. So sorry in advance for cross-posting...
>
> I'm in the process of upgrading a PG from 9.2 to 10.4. pg_upgrade worked
> fine on the master and was rather fast. The problem is that the database
> is replicated and I'm planning to switch from streaming to logical. The
> problem is that it is rather slow (30 minutes for the master and over 3
> hours for the replication, between data transfer and indexes).

I am not clear on what you did, so can you clarify the following:

1) pg_upgrade from 9.2 master instance to 10.4 master instance, correct?

2) What replication are you talking about for the 3 hour value?

3) What is the 30 minute value referring to?

4) When you say database are you talking about a Postgres cluster or a
database in the cluster?

>
> Is there a way to speed up the replication or should I rather stick to
> streaming replication? As I have only 1 database on the server, it would
> not be a show-stopper.

See 4) above, but if you are talking about a single database in a
cluster streaming replication will not work for that.

>
>
> Thanks in advance
> Olivier Gautherot
> http://www.linkedin.com/in/ogautherot

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Olivier Gautherot 2018-05-26 01:35:08 Re: Fast logical replication jump start with PG 10
Previous Message Andres Freund 2018-05-25 22:05:31 Re: found xmin from before relfrozenxid on pg_catalog.pg_authid