We've also experienced problems with VACUUM running for a long time. A VACUUM on our pg_largeobject table, for example, can take over 24 hours to complete (pg_largeobject in our database has over 45million rows). With our other tables, we've been able to partition them (using inheritance) to keep any single table from getting "too large", but we've been unable to do that with pg_largeobject. Currently, we're experimenting with moving some of our bulk (large object) data outside of the database and storing it in the filesystem directly.
I know that Hannu Krosing has developed some patches that allow concurrent VACUUMs to run more effectively. Unfortunately, these patches didn't get into 8.1 so far as I know. You can search the performance mailing list for more information. -jan- -- Jan L. Peterson <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend