On Mon, Jun 8, 2009 at 9:38 AM, Preeti Khurana<[email protected]> wrote: > Any ideas/pointers on what could be making the DB slow after all these heavy > operations being performed?
It seems autovacuum is not running often enough. You may wish to include vacuum in your data update/delete programs so that it runs after some number of those operations. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
