Re: High I/O writes activity on disks causing images on browser to lag and not load - Mailing list pgsql-general

From William Temperley
Subject Re: High I/O writes activity on disks causing images on browser to lag and not load
Date
Msg-id 439dc11e0906040535t421a18deh33b6db669e751107@mail.gmail.com
Whole thread Raw
Responses Re: High I/O writes activity on disks causing images on browser to lag and not load
List 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

pgsql-general by date:

Previous
From: "Leif B. Kristensen"
Date:
Subject: Re: Plpgsql functions with output parameters
Next
From: "Carlos Oliva"
Date:
Subject: Re: Upgrading Database: need to dump and restore?