Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Дата
Msg-id 11441.1558555067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Ответы Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Список pgsql-committers
=?UTF-8?Q?Fabr=C3=ADzio_de_Royes_Mello?= <fabriziomello@gmail.com> writes:
> There are some case I missed to force us to use pg_get_publication_tables
> SRF instead of use pg_publication_rel ??

pg_publication_rel isn't going to provide the correct expansion of
a FOR ALL TABLES publication, IIUC.

            regards, tom lane



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

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.