Yes I have more than 10 activity connect on the database.
But VACUUM ANALYZE pg_catalog.pg_attribute, pg_catalog.pg_type, pg_catalog.pg_depend run all time of day.
Is it normal in Postgres?
Tuan Hoang Anh
On Fri, Jun 29, 2012 at 1:34 AM, Jeff Davis <pgsql@xxxxxxxxxxx> wrote:
Do you have activity on the database? If so, autovacuum is normal.On Thu, 2012-06-28 at 21:41 +0700, tuanhoanganh wrote:
> Hello
> I am using PostgreSQL 9.0.6 64 bit on Windows 2003 64bit.
> When i view Postgresql status, there are some autovaccum alway run.
> Ex VACUUM ANALYZE pg_catalog.pg_attribute.
>
>
> Is it problem of PostgreSQL? Please help me.
Regards,
Jeff Davis