Re: Thoughts on maintaining 7.3 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Thoughts on maintaining 7.3
Date
Msg-id 200310040342.h943g0s02139@candle.pha.pa.us
Whole thread Raw
In response to Re: Thoughts on maintaining 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Thoughts on maintaining 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Though the new code will put empty index pages into the free-space map,
> > will it also shrink the index file to remove those pages?
> 
> If there are free pages at the end, yes --- but it won't move pages
> around.  This is about the same story as for plain VACUUM ...

I know indexes behave the same as heap for vacuum.  My point was that
the vacuum full case is different.  Vacuum full moves heap tuples from
the end to fill slots and then frees the pages at the end via
truncation.  (100% compaction, guaranteed.)  We can't move index tuples
around like that, of course, so that leaves us with partially filled
pages.

Do we move empty index pages to the end before truncation during vacuum
full?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Thoughts on maintaining 7.3
Next
From: Mark Kirkwood
Date:
Subject: Re: Oracle/PostgreSQL incompatibilities