Re: High I/O writes activity on disks causing images on browser to lag and not load

From: William Temperley <willtemperley(at)gmail(dot)com>
To: jennifer(dot)trey(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: High I/O writes activity on disks causing images on browser to lag and not load
Date: 2009-06-04 12:35:17
Message-ID: 439dc11e0906040535t421a18deh33b6db669e751107@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Filtering out with the pid showed that it was the file
> pgdata/global/pgstat.tmp
>> Filtering out with the pid showed that it was the file
>> pgdata/global/pgstat.tmp
>
> That's the statistics collector -- which makes sense, depending
> on your settings, it has to write stats for every operation done in the
> database.
>

This smells of anti-virus software to me (usually the cause of
problems with Postgres on windows).
Are you running any?

I had almost exactly the same problem on xp and 8.3 with pctools
antivirus. This was causing the statistics collector to use 100% of a
cpu core. You won't look back moving to Ubuntu - I haven't :-).

Best regards, Will T

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2009-06-04 12:42:21 is it safe to clear oroginal xlog after archiving it?
Previous Message Leif B. Kristensen 2009-06-04 12:27:56 Re: Plpgsql functions with output parameters