[HACKERS] Logical replication initial feedback

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема [HACKERS] Logical replication initial feedback
Дата
Msg-id fb290a1b-5a40-efc6-e7a0-64edb54dde39@catalyst.net.nz
обсуждение исходный текст
Список 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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] New CORRESPONDING clause design
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] [PATCH] Transaction traceability - txid_status(bigint)