Re: [PATCH] Microvacuum for gist.

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: [PATCH] Microvacuum for gist.
Дата
Msg-id 55BAA039.1030107@BlueTreble.com
обсуждение исходный текст
Ответ на Re: [PATCH] Microvacuum for gist.  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
On 7/30/15 7:33 AM, Alexander Korotkov wrote:
> 2) Generating notices for every dead tuple would be too noisy. I suggest
> to replace notice with one of debug levels.
>
> + elog(NOTICE, "gistkillitems. Mark Item Dead offnum %hd, blkno %d",
> offnum, BufferGetBlockNumber(buffer));

Even that seems like pretty serious overkill. vacuumlazy.c doesn't have 
anything like that, and I don't think the BTree code does either. If you 
were debugging something and actually needed it I'd say drop in a 
temporary printf().
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Data in Trouble? Get it in Treble! http://BlueTreble.com



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Updatable view?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Proposal: backend "niceness" / session_priority