visibility map and reltuples

Поиск
Список
Период
Сортировка
От Ned T. Crigler
Тема visibility map and reltuples
Дата
Msg-id 20081213225744.GA2268@xavtug.hell-city.com
обсуждение исходный текст
Ответы Re: visibility map and reltuples  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
It appears that the visibility map patch is causing pg_class.reltuples to be
set improperly after a vacuum. For example, it is set to 0 if the map
indicated that no pages in the heap needed to be scanned.

Perhaps reltuples should not be updated unless every page was scanned during
the vacuum?

-- 
Ned T. Crigler


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

Предыдущее
От: "Bramandia Ramadhana"
Дата:
Сообщение: Re: lifetime of TubleTableSlot* returned by ExecProcNode
Следующее
От: Mark Mielke
Дата:
Сообщение: Re: Sync Rep: First Thoughts on Code