On Sun, Jan 30, 2005 at 01:23:11 +1100, Philip Warner <[EMAIL PROTECTED]> wrote: > > We have a frequently updated (peak > 5/sec) table with about 1000 rows. > > We run VACCUM FULL on this table every 5 minutes.
Why not just use plain VACUUM? The table will reach a steady state size. You should only need to use VACUUM FULL if an event causes the table to bloat to significantly more than steady state size and you want to reduce the size again. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq