Re: pg_autovacuum: short, wide tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_autovacuum: short, wide tables
Дата
Msg-id 24101.1120841848@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_autovacuum: short, wide tables  (mark reid <mail@markreid.org>)
Ответы Re: pg_autovacuum: short, wide tables  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-bugs
Mark Reid <mail@markreid.org> writes:
> I think the issue is that a single update to the main table causes a
> whole bunch of updates to the toast table.  So in my case (with the
> vacuum output attached previously), a thousand updates to the main table
> entails tens of thousands of updates to the toast table.

Exactly.  If autovac were looking at the properties of the toast table
it would think a vacuum pass was warranted sooner than it thinks from
just looking at the main table.

Admittedly this doesn't come into play unless you have a fairly large
number of toast chunks per main-table row, so the rows in question have
to be really wide (dozens of KB even after compression) before it gets
to be a big deal.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_autovacuum: short, wide tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_autovacuum: short, wide tables