How to Trigger An Automtic Vacuum on Selected Tables

From: "Lane Van Ingen" <lvaningen(at)esncc(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: How to Trigger An Automtic Vacuum on Selected Tables
Date: 2005-09-29 23:05:36
Message-ID: EKEMKEFLOMKDDLIALABIEECFCDAA.lvaningen@esncc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I am running version 8.0.1 on Windows 2003. I have an application that
subjects PostgreSQL to sudden bursts of activity at times which cannot be
predicted. The bursts are significant enough to cause performance
degradation, which can be fixed by a 'vacuum analyze'.

I am aware of the existence and contents of tables like pg_class.

QUESTION: I would like to trigger a vacuum analyze process on a table
whenever it gets a large enough burst of activity to warrant it. Using the
data in pg_class (like the number of pages the system found the last time it
was vacuumed / analyzed), I would like to compare those statistics to
current size, and trigger a vacuum/analyze on a table if needed.

Does anyone know of any available tools, or an approach I could use, to
determine what the CURRENT SIZE is ?

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Cosimo Streppone 2005-09-29 23:19:35 Re: Monitoring Postgresql performance
Previous Message Juraj Holtak 2005-09-29 20:56:42 Re: Monitoring Postgresql performance