Re: logical decoding and replication of sequences
От
Euler Taveira
Тема
Re: logical decoding and replication of sequences
Дата
Msg-id
4e158021-248d-43ad-95e5-943334bd1007@www.fastmail.com
Ответ на
Re: logical decoding and replication of sequences (Tomas Vondra)
Список
Дерево обсуждения
logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences vignesh C <vignesh21@gmail.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Hannu Krosing <hannuk@google.com>
Re: logical decoding and replication of sequences Andres Freund <andres@anarazel.de>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Petr Jelinek <petr.jelinek@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: logical decoding and replication of sequences Amit Kapila <amit.kapila16@gmail.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Amit Kapila <amit.kapila16@gmail.com>
Re: logical decoding and replication of sequences Tomas Vondra <tomas.vondra@enterprisedb.com>
Re: logical decoding and replication of sequences Robert Haas <robertmhaas@gmail.com>
On Wed, Feb 23, 2022, at 1:07 PM, Tomas Vondra wrote:
Maybe, but I don't think it's very common to have that many schemasadded to the same publication. And it probably does not make muchdifference whether you have 1000 or 2000 items in the list - either bothare acceptable or unacceptable, I think.
Wouldn't it confuse users? Hey, duplicate publication. How? Wait. Doh.
I think just hard-coding this into CreatePublicationStmt would work, butit'll be an issue once/if we start adding more options. I'm not sure ifit makes sense to replicate other relkinds, but maybe DDL?
Materialized view? As you mentioned DDL, maybe we can use the CREATE
PUBLICATION syntax to select which DDL commands we want to replicate.
В списке pgsql-hackers по дате отправления