Re: Write-heavy pg_stats_collector on mostly idle server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2011/2/8 Joshua D. Drake <jd@xxxxxxxxxxxxxxxxx>:
> On Mon, 2011-02-07 at 14:58 -0800, Josh Berkus wrote:
>> >> Anyone seen anything like this before?
>> >>
>> >
>> > it is the expected behavior, IIRC
>>
>> OK.  It just seems kind of pathological for stats file writing to be 10X
>> the volume of data writing.  I see why it's happening, but I think it's
>> something we should fix.
>
> I don't think it is expected. As I recall, it is something we fixed a
> couple of major versions back (8.2?). It used to be that stats would
> write every 500ms. We changed that to when they are asked for (via a
> select from the table or something). Specifically because it could cause
> this type of problem.
>
> Am I thinking of something else?
>
> I remember going back and forth with tgl about this, tgl?

Ooops.
It looks like you are right, see ./src/backend/postmaster/pgstat.c

3c2313f4 (Tom Lane           2008-11-03 01:17:08 +0000 2926)
 if (last_statwrite < last_statrequest)
70d75697 (Magnus Hagander    2008-08-05 12:09:30 +0000 2927)
         pgstat_write_statsfile(false);


>
> JD
>
>>
>> --
>>                                   -- Josh Berkus
>>                                      PostgreSQL Experts Inc.
>>                                      http://www.pgexperts.com
>>
>
> --
> PostgreSQL.org Major Contributor
> Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
> Consulting, Training, Support, Custom Development, Engineering
> http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt
>
>



-- 
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/ ;    PostgreSQL : Expertise, Formation et Support

-- 
Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance



[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux