From: | "Gnanakumar" <gnanam(at)zoniac(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Statistics Collector not collecting server activities |
Date: | 2010-03-31 06:41:26 |
Message-ID: | 007501cad09d$326fefc0$974fcf40$@com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
Even though I've enabled statistics collector in our server, it is not
collecting statistics, and because of this autovacuum is also not running as
expected.
PostgreSQL version 8.2
Parameters enabled related to this are:
# - Query/Index Statistics Collector -
#stats_command_string = on
#update_process_title = on
#stats_start_collector = on
#stats_block_level = off
#stats_row_level = off
stats_block_level = on
stats_row_level = on
#stats_reset_on_server_start = off
# - Statistics Monitoring -
#log_parser_stats = off
#log_planner_stats = off
#log_executor_stats = off
#log_statement_stats = off
I'm always getting zero value for all the tables.
select pg_stat_get_tuples_inserted((select oid from pg_class where relname =
'mytable'));
select pg_stat_get_tuples_updated((select oid from pg_class where relname =
'mytable'));
select pg_stat_get_tuples_deleted((select oid from pg_class where relname =
'mytable'));
From | Date | Subject | |
---|---|---|---|
Next Message | Jaume Sabater | 2010-03-31 06:50:51 | Re: Virtualization vs. sharing a server |
Previous Message | Benjamin Krajmalnik | 2010-03-31 04:20:46 | Reclaiming space from a toast table |