Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL
Дата
Msg-id 50EE0D8C.3080602@agliodbs.com
обсуждение исходный текст
Ответ на 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL  (Amit Kapila <amit.kapila@huawei.com>)
Список pgsql-hackers
On 01/09/2013 03:07 PM, Bruce Momjian wrote:
> How do we want to handle the case where VACUUM FULL clears the
> visibility map, causing loss of index-only scans?
> 
>     http://archives.postgresql.org/pgsql-performance/2012-11/msg00317.php
> 
> Do we document this behavior or add a TODO item?
> 

Both?

Surely VACUUM FULL should rebuild the visibility map, and make tuples in
the new relation all-visible, no?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Index build temp files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/perl should fail on configure, not make