Re: reducing statistics write overhead

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: reducing statistics write overhead
Дата
Msg-id 49776684.3000900@enterprisedb.com
обсуждение исходный текст
Ответ на Re: reducing statistics write overhead  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera wrote:
> Martin Pihlak escribió:
>> Alvaro Herrera wrote:
>>> You missed putting back the BUG comment that used to be there about
>>> this.
>> This was deliberate, I did mention the condition in the comment at
>> the beginning of the file. This actually makes it a feature :)
>>
>> Seriously though, do you think that this is still a problem? Given
>> the rare occurrence of the revacuum and the fact that it is made
>> cheap by visibility map?
> 
> Hmm, maybe it's no longer an issue with the visibility map, yes.

You still have to scan all indexes, so it's still not free by any means.

(I haven't been paying attention to what kind of a risk we're talking 
about..)

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: FWD: Re: Updated backslash consistency patch
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH] EnableDisableTrigger Cleanup & Questions