Re: Vacuum thoughts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum thoughts
Дата
Msg-id 15880.1066685474@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Vacuum thoughts  (Christopher Browne <cbbrowne@acm.org>)
Список pgsql-hackers
Christopher Browne <cbbrowne@acm.org> writes:
> How about a "flip side" for this...
> VACUUM CACHE;

> This new operation vacuums only those pages of relations that are in
> cache.

This might conceivably be a useful behavior (modulo the problem of
fixing index entries) ... but I think we'd not want to expose it as
an actual VACUUM option.  If we were going to do something like that,
it should likely be done by an invisible automatic vacuum daemon,
more like checkpoints ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unicode upper() bug still present
Следующее
От: Tom Lane
Дата:
Сообщение: So, are we going to bump catversion for beta5, or not?