Re: Index vacuum improvements in 8.2
Re: Index vacuum improvements in 8.2
От:
Alvaro Herrera <alvherre@commandprompt.com>
Дата:
Joseph Shraibman wrote: > 8.0.x has the problem that VACUUM FULL on a table does not reclaim space > from the indexes, and I have to issue a separate REINDEX command. Has > this been fixed in later versions? No. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
Index vacuum improvements in 8.2
От:
Wes <wespvp@msg.bt.com>
Дата:
From 8.2 release notes:
Speed up vacuuming of B-Tree indexes (Heikki Linnakangas, Tom)
Re: Index vacuum improvements in 8.2
От:
Wes <wespvp@msg.bt.com>
Дата:
From 8.2 release notes:
Speed up vacuuming of B-Tree indexes (Heikki Linnakangas, Tom)
Re: Index vacuum improvements in 8.2
От:
Joseph Shraibman <jks@selectacast.net>
Дата:
8.0.x has the problem that VACUUM FULL on a table does not reclaim space from the indexes, and I have to issue a separate REINDEX command. Has this been fixed in later versions?