Stats turned on but not being updated

From: adey <adey11(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Stats turned on but not being updated
Date: 2005-09-09 01:13:32
Message-ID: 1c66bda805090818131b095a3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Please tell me what I'm missing?
My stats Postgres 7.4 parameters are as follows:-
stats_start_collector = true
stats_command_string = true
stats_block_level = true
stats_row_level = true
stats_reset_on_server_start = true
After turning all of these on, I restarted Postgres, then ran a table query
and saw statistics appear in the following view:-
pg_statio_all_tables
However, since that first test query yesterday (and I've run several since
on different tables today - some of them repeated to ensure the buffer
should be populated), the statistics haven't changed. Is there another
parameter, or more space, or something, that I need to allocate please? Even
the stats on the system tables don't appear to change with several users on
ths system.
Adrian

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-09-09 02:52:37 Re: Stats turned on but not being updated
Previous Message Chris Browne 2005-09-08 22:29:01 Re: triggers