"Compacting" a relation - Mailing list pgsql-hackers

From Peter Eisentraut
Subject "Compacting" a relation
Date
Msg-id 200611291119.40511.peter_e@gmx.net
Whole thread Raw
Responses Re: "Compacting" a relation  (Hannu Krosing <hannu@skype.net>)
Re: "Compacting" a relation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
vacuumlazy.c contains a hint "Consider compacting this relation" but AFAICT, 
there is no indication anywhere how "compacting" is supposed to be achieved.  
I guess this means VACUUM FULL or CLUSTER, but I don't think the hint can be 
processed effectively by a user.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: tomas@tuxteam.de
Date:
Subject: Re: Short writes
Next
From: Hannu Krosing
Date:
Subject: Re: "Compacting" a relation