From: | Vivek Khera <khera(at)kcilink(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Long-running performance (MVCC, Vacuum, etc.) - Any fix? |
Date: | 2004-12-28 15:01:20 |
Message-ID: | x7wtv21n7j.fsf@yertle.int.kciLink.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>>>>> "MvO" == Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
MvO> I'd suggest, use the autovacuum daemon, tune your FSM settings to what
MvO> you expect the load to be and maybe schedule a database-wide
MvO> REINDEX/VACUUM FULL regularly. We found doing it once a month was
MvO> enough to keep it tip-top over the long term...
If you know your application usage patterns well, scheduling vacuum
via cron probably would be better than autovacuum. autovacuum runs
whenever it pleases, and doesn't deal well with extremely large tables
(ie, it never runs vacuum on them since the % change may be small even
though millions of rows are "expired"). You can even vacuum differnt
tables on different schedules. Just make sure the VACUUMs don't
overlap!
I haven't run reindex or vacuum full since I upgraded to 7.4.x. The
indexes are not bloating, and sufficient calls to vacuum keep the
"stable set size" of the db pretty constant. ie, it doesn't grow
without bounds, as the OP fears.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-301-869-4449 x806
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/
From | Date | Subject | |
---|---|---|---|
Next Message | Joachim Zobel | 2004-12-28 15:05:53 | Re: Get current trasanction id |
Previous Message | Nefnifi, Kasem | 2004-12-28 14:44:56 | Re: running a query file of 42MB |