Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: autovacuum for large periodic deletes



sdandapani(at)counterpane(dot)com ("Sriram Dandapani") writes:
> Every night, a delete of about 50 million rows occurs on a table. Do
> we need to explicitly vacuum the table or will autovacuum handle the
> large deletes without affecting performance. I am trying to
> determine whether or not I should completely rely on autovacuum or
> also tinker with manual vacuums.:p>

I'd be inclined to submit a vacuum on the table as part of the
process.

Moreover, I'd be inclined to consider this situation to perhaps be
something of a bug.  Deleting enormous amounts of data from a table,
on a regular basis, is not something I would expect would work out
well.
-- 
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://cbbrowne.com/info/postgresql.html
We  are MICROS~1.   You will  be assimilated.   Resistance  is futile.
(Attributed to B.G., Gill Bates)



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group