Re: pgsql: autovacuum: handle analyze for partitioned tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: autovacuum: handle analyze for partitioned tables
Дата
Msg-id 20210408201149.GA32386@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pgsql: autovacuum: handle analyze for partitioned tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: autovacuum: handle analyze for partitioned tables
Список pgsql-hackers
On 2021-Apr-08, Tom Lane wrote:

> > So I tend to think that my initial instinct was the better direction: we
> > should not be doing any find_all_inheritors() here at all, but instead
> > rely on pg_class.reltuples to be set for the partitioned table.
> 
> +1

This patch does that.

-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"I dream about dreams about dreams", sang the nightingale
under the pale moon (Sandman)

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Custom compression methods
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: pgsql: autovacuum: handle analyze for partitioned tables