Re: Clarification on two bits on VACUUM FULL VERBOSE output

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Clarification on two bits on VACUUM FULL VERBOSE output
Дата
Msg-id
22587.1100294346@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Clarification on two bits on VACUUM FULL VERBOSE output Josh Berkus <josh@agliodbs.com>
Re: Clarification on two bits on VACUUM FULL VERBOSE output Tom Lane <tgl@sss.pgh.pa.us>
Re: Clarification on two bits on VACUUM FULL VERBOSE output Josh Berkus <josh@agliodbs.com>
Re: Clarification on two bits on VACUUM FULL VERBOSE output Tom Lane <tgl@sss.pgh.pa.us>
Josh Berkus  writes:
>>> "There were 33076 unused item pointers."
>>> Is this a count of dead index pointers, or something else?
>> 
>> No, it's currently-unused item pointers (a/k/a line pointers) on heap
>> pages. See http://developer.postgresql.org/docs/postgres/page.html

> So this would be a count of pointers whose items had already been moved?

Either deleted, or moved to another page during VACUUM FULL compaction.
Such a pointer can be recycled to point to a new item, if there's room
to put another item on its page ... but if not, the pointer is
wasted space.  I don't believe we ever try to physically eliminate
unused item pointers.

			regards, tom lane
В списке pgsql-performance по дате отправления
От: Josh Berkus
Дата:
От: Tom Lane
Дата:
FAQ