Re: Insert only tables and vacuum performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Insert only tables and vacuum performance
Дата
Msg-id 20619.1083299426@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Insert only tables and vacuum performance  (Joseph Shraibman <jks@selectacast.net>)
Ответы Re: Insert only tables and vacuum performance
Список pgsql-performance
Joseph Shraibman <jks@selectacast.net> writes:
> I have a table that is never updated, only INSERTED into. Is there a way
> I can prevent vacuum wasting time on this table

What makes you think vacuum is wasting much time on this table?  AFAICS
it will only update any unfixed hint bits ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: why can't 2 indexes be used at once?
Следующее
От: Dennis Bjorklund
Дата:
Сообщение: Re: planner/optimizer question