Logical replication initial feedback

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Logical replication initial feedback
Date: 2017-03-11 06:22:08
Message-ID: fb290a1b-5a40-efc6-e7a0-64edb54dde39@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Thought I'd take a look at how this works (checking out current master).
You guys have manged to get this to the point where it is *ridiculously*
easy to set up a basic replication scenario - awesome i must say:

- change a few parameters on the master
(max_wal_senders,max_replication_slots,wal_level)

- create a publication on the master

- pg_dump/restore relevant tables

- create a subscription of the slave

..and done. Very nice!

best wishes

Mark

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2017-03-11 06:32:08 Re: [PATCH] Transaction traceability - txid_status(bigint)
Previous Message Fabien COELHO 2017-03-11 06:04:06 Re: [HACKERS] Small issue in online devel documentation build