Re: Stats not getting updated....

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Himanshu Baweja <himanshubaweja(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Stats not getting updated....
Date: 2005-06-02 15:15:35
Message-ID: 14135.1117725335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton <dev(at)archonet(dot)com> writes:
> It is possible that during very busy periods the stats don't get
> recorded - that's part of the design.

IIRC, backends only ship stats to the collector at transaction commit.
Or maybe it's at the end of processing a client command. It's certainly
not continuous.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roman Neuhauser 2005-06-02 15:21:22 Re: postgresql 8 abort with signal 10
Previous Message Tom Lane 2005-06-02 14:38:00 Re: Old problem needs solution