Re: template1 vacuuming consuming much time compared to another production DBs - Mailing list pgsql-performance

From pradeep singh
Subject Re: template1 vacuuming consuming much time compared to another production DBs
Date
Msg-id CA+TUHZXyomcQpwiD7FabhY3s7XAA69C-Hw4mp_4F77x_DK_ieQ@mail.gmail.com
Whole thread Raw
In response to Re: template1 vacuuming consuming much time compared to another production DBs  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-performance
I am using this DB since last 3 or 4 years. And suddenly we can't update it.
We are planning it at the end of year. Recently we faced the template1 wraparound issue. So we added template1 also for vacuuming. We are vacuuming the DB each hour with 'vacuumdb --analyze -a' options.
Now the vacuuming of template1 consumes time. And the queries become slow. From the logs i find that during this we period there are lot of backend processes in startup state. so i think connection open is slow. They are waiting on WCHAN log_wait_.
So could you please recommend what may be the problem. FYI there is much load on OS this time.
And why vacuuming of template1 only consumes time not other DBs?


On Mon, Apr 22, 2013 at 9:08 PM, Andrew Dunstan <andrew@dunslane.net> wrote:

On 04/22/2013 07:31 AM, pradeep singh wrote:
Hi,


I am using postgresql 8.1 DB.

Why are you using a release of Postgres that is way out of date and unsupported?

cheers

andrew






--
pradeep singh
biet jhansi

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Issues with OSX and SHMMAX?
Next
From: Kelphet Xiong
Date:
Subject: Question about network bandwidth usage between PostgreSQL’s client and server