Re: Postgres 9.1.4 - high stats collector IO usage

From: David Barton <dave(at)oneit(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres 9.1.4 - high stats collector IO usage
Date: 2012-07-28 17:08:10
Message-ID: 50141C7A.4050607@oneit.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Thanks so much, Tom.

That did the job. I increased it to every 15 minutes and it has dropped
substantially even though the pgstat.stat file is over 1 MB again.

It is unfortunate that the IO utilisation of this seems to be O(n^2) as
that is a big impediment to shared hosting. Is there any type of bounty
system where people can contribute to developing features?

Regards, David

On 29/07/12 00:13, Tom Lane wrote:
> David Barton <dave(at)oneit(dot)com(dot)au> writes:
>> I am running postgres 9.1.4 on Ubuntu 12.04 and the stats collector is
>> generating very high IO usage even when nothing appears to be happening
>> on the system.
>> I have roughly 150 different databases, each of which is running in 1 of
>> roughly 30 tablespaces. The databases are small (the dump of most is
>> are under 100M, and all but 3 are under 1G, nothing larger than 2G).
> That's a lot of databases. I think your problem probably stems from
> autovacuum madly trying to cover all of them. Backing off (increasing)
> autovacuum_naptime to slow its cycle might help.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message David Barton 2012-07-28 17:11:54 Re: Postgres 9.1.4 - high stats collector IO usage
Previous Message Tom Lane 2012-07-28 16:13:54 Re: Postgres 9.1.4 - high stats collector IO usage