Vacuum improvement - Mailing list pgsql-hackers

From Gavin Sherry
Subject Vacuum improvement
Date
Msg-id Pine.LNX.4.21.0210161010070.930-100000@linuxworld.com.au
Whole thread Raw
Responses Re: Vacuum improvement  (Greg Copeland <greg@CopelandConsulting.Net>)
Re: Vacuum improvement  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Vacuum improvement  (Hannu Krosing <hannu@tm.ee>)
List pgsql-hackers
Hi all,

I'm thinking that there is an improvement to vacuum which could be made
for 7.4. VACUUM FULLing large, heavily updated tables is a pain. There's
very little an application can do to minimise dead-tuples, particularly if
the table is randomly updated. Wouldn't it be beneficial if VACUUM could
have a parameter which specified how much of the table is vacuumed. That
is, you could specify:

VACUUM FULL test 20 precent;

Yes, terrible syntax but regardless: this would mean that we could
spread the vacuum out and not, possibly, be backing up queues. ANALYZE
could be modified, if necessary.

Thoughts?

Gavin



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c
Next
From: Bruce Momjian
Date:
Subject: Re: COPY syntax