Autovacuum and pg_largeobject

From: Norberto Delle <betodelle(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Autovacuum and pg_largeobject
Date: 2010-07-02 12:10:44
Message-ID: 4C2DD744.1030801@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all

I would like to know if the large object table pg_largeobject is
routinely checked by the autovacuum daemon.
I ask about this because I have a database in wich the pg_largeobject
table is being forcibly vacuumed because it's relfrozenxid is now
greater than autovacuum_freeze_max_age, and it's killing the server
performance. PostgreSQL version is 8.2.14.

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Saitenheini 2010-07-02 13:26:43 C-Functions using SPI - Missing Magic Block
Previous Message Tatsuo Ishii 2010-07-02 12:03:05 Re: pgpool-II (max_pool and num_init_children)