On Mon, Jun 8, 2009 at 9:38 AM, Preeti
Khurana<preeti.khurana@globallogic.com> 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.