Re: Statistics tables not being updated anymore - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Statistics tables not being updated anymore
Date
Msg-id 43474cbf-f5be-49f9-8162-d3905848bfa7@aklaver.com
Whole thread Raw
In response to Re: Statistics tables not being updated anymore  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: Statistics tables not being updated anymore  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-general
On 7/1/19 12:30 PM, Ron wrote:
> On 7/1/19 1:48 PM, Tom Lane wrote:
>> Ron <ronljohnsonjr@gmail.com> writes:
>>> Statistics views like pg_stat_*_tables, pg_stat_*_indexes,
>>> pg_statio_*_tables and pg_statio_*_indexes aren't being updated anymore.
>>> Specifically, all counter fields are 0, and date fields are blank.
>> Does anything show up in the postmaster log when you try to query
>> one of those views?
> 
> No.

Have you gone through the logs looking for errors/warnings about the 
stats collector?

> 
>> It seems like something must be wedged either in the stats collector
>> process or in backends' communication with that process.  Hard to say
>> what on the basis of this evidence though.
>>
>> If you can do a postmaster restart without too much trouble, that
>> might resolve the issue.
> 
> I'll try and get that approved.
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Statistics tables not being updated anymore
Next
From: Adrian Klaver
Date:
Subject: Re: Argument casting hierarchy?