Re: Enabling bdr in multiple databases on the same postgresqlinstance/cluster

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: Enabling bdr in multiple databases on the same postgresqlinstance/cluster
Дата
Msg-id 838fdb4f-f991-a321-afc4-c064b1bd2d38@2ndquadrant.com
обсуждение исходный текст
Ответ на Enabling bdr in multiple databases on the same postgresql instance/cluster  ("Daniel Fink (PDF)" <daniel.fink@pdf.com>)
Список pgsql-general
El 23/10/18 a las 10:24, Daniel Fink (PDF) escribió:
> 
> I already have a running cluster of BDR nodes.
> 
> Now we want to add an additional database on the same hosts.
> 
> Can I just create a new database and then create/join nodes as in this
> description:
> 
> http://bdr-project.org/docs/1.0.3/quickstart-enabling.html

If you refer to the following architecture:

Node1_DB1 <--> Node2_DB1

And you want to create a new database DB2 on Node1 and have it
replicating to DB2 on Node2 with BDR, then yes, you have to follow the
same process used to create the first BDR group.

Keep in mind you'll need more slots and replication connections, so
check the values of max_replication_slots, max_worker_processes and
max_wal_senders.

Regards,

-- 
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: joernbs
Дата:
Сообщение: Re: Ltree: set of allowed charcters is limited to [A-Za-z0-9_]. Couldthe dash "-" be included?
Следующее
От: Thomas Boussekey
Дата:
Сообщение: Re: Question about partition table