Re: Brain dump: btree collapsing

Поиск
Список
Период
Сортировка
От Daniel Kalchev
Тема Re: Brain dump: btree collapsing
Дата
Msg-id 200302130823.h1D8NwY18153@dcave.digsys.bg
обсуждение исходный текст
Ответ на Re: Brain dump: btree collapsing  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
>>>Bruce Momjian said:> > This brings up one item it would be nice to address at the same time. > It would be nice if
VACUUMFULL would be able to compress the actual> index file and return unused space to the operating system.  REINDEX>
doesthis, but I was thinking of something a little lighter that could> be done automatically as part of VACUUM FULL.
Ifwe can do that, it> would make consistent behavior for vacuum and heap/index files.
 

Since lazy VACUUM exists, I always wondered why VACUUM FULL doesn't run 
REINDEX on a table where significant number of deleted tuples. VACUUM knows 
those numbers - I always run REINDEX on larger tables that had huge number of 
index entries deleted during VACUUM...

Daniel



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

Предыдущее
От: Daniel Kalchev
Дата:
Сообщение: Re: Brain dump: btree collapsing
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: PostgreSQL Benchmarks