Re: Long-running performance (MVCC, Vacuum, etc.) - Any fix?

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Long-running performance (MVCC, Vacuum, etc.) - Any fix?
Дата
Msg-id x7wtv21n7j.fsf@yertle.int.kciLink.com
обсуждение исходный текст
Ответ на Long-running performance (MVCC, Vacuum, etc.) - Any fix?  (Eric Brown <eric.brown@propel.com>)
Список pgsql-general
>>>>> "MvO" == Martijn van Oosterhout <kleptog@svana.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@kciLink.com       Rockville, MD  +1-301-869-4449 x806
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Nefnifi, Kasem"
Дата:
Сообщение: Re: running a query file of 42MB
Следующее
От: Joachim Zobel
Дата:
Сообщение: Re: Get current trasanction id