Re: Full page images in WAL & Cache Invalidation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full page images in WAL & Cache Invalidation
Дата
Msg-id 4066.1185136299@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Full page images in WAL & Cache Invalidation  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: Full page images in WAL & Cache Invalidation
Список pgsql-hackers
"Florian G. Pflug" <fgp@phlo.org> writes:
> My basic assumption is that DDL is something quite uncommon on a
> production system.

I'm not sure I believe that, because of temp tables.  There's also
the problem that plain VACUUM (or ANALYZE) causes a relcache flush
to update the relation-size statistics.

The real problem with the scheme you propose is that it turns a
cache flush on one table into a system-wide cache flush.

We might be able to do something about the temp-table case upstream:
AFAICS there's no reason for backends to broadcast cache flushes for
their own temp tables to other backends.  But that's just a sketch
of a thought at the moment.

Anyway, if you believe that DDL is infrequent, why are you resistant
to the idea of WAL-logging cache flushes?
        regards, tom lane


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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Full page images in WAL & Cache Invalidation
Следующее
От: Greg Smith
Дата:
Сообщение: Re: 8.2 is 30% better in pgbench than 8.3