Re: pgstat wait timeout

From: "Tomas Vondra" <tv(at)fuzzy(dot)cz>
To: "pratikchirania" <pratik(dot)chirania(at)hp(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgstat wait timeout
Date: 2011-12-15 17:13:54
Message-ID: e0a8a093dac51e25144400fce86b78c8.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15 Prosinec 2011, 17:55, pratikchirania wrote:
> Hi,
>
> I am having a scenario where I get consistent warnings in the pglog
> folder:
>
> 2011-12-11 00:00:03 JST WARNING: pgstat wait timeout
> 2011-12-11 00:00:14 JST WARNING: pgstat wait timeout
> 2011-12-11 00:00:24 JST WARNING: pgstat wait timeout
> 2011-12-11 00:00:31 JST WARNING: pgstat wait timeout
> 2011-12-11 00:00:44 JST WARNING: pgstat wait timeout
> 2011-12-11 00:00:52 JST WARNING: pgstat wait timeout
> 2011-12-11 00:01:03 JST WARNING: pgstat wait timeout
> 2011-12-11 00:01:11 JST WARNING: pgstat wait timeout
>
> This is impacting database performance.

It's rather a sign that the I/O is overloaded, although in some cases it
may actually be the cause.

> The issue persists even when I use the database minimally.

Yes, because the file is written periodically - twice a second IIRC. If
the file is large, this may be an issue. What is the pgstat.stat size
(should be in data/global).

> I have tried fine-tuning the Auto-vacuum parameters:

Autovacuum has nothing to do with this.

> Any Ideas?

Move the file to a RAM drive - there's even a config parameter
'stats_temp_directory' to do that. See
http://www.postgresql.org/docs/9.1/static/runtime-config-statistics.html

Tomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-12-15 17:19:03 Re: pgstat wait timeout
Previous Message Magnus Hagander 2011-12-15 17:10:30 Re: IDLE in transaction introspection