Re: table/view/function access counts

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Sim Zacks <sim(at)compulab(dot)co(dot)il>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: table/view/function access counts
Date: 2009-07-19 11:07:04
Message-ID: 162867790907190407o2f174609jf09c306f2145fe43@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

2009/7/19 Sim Zacks <sim(at)compulab(dot)co(dot)il>:
> Are there any statistics generated as to how many times an object
> (table/view/function) is accessed?
>

SELECT * FROM pg_stat_all_tables;

regards
Pavel Stehule

> I would like to know what in the database system is not being used.
>
>
> Thank you
>
> Sim
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2009-07-19 11:08:01 Re: Best practices for moving UTF8 databases
Previous Message Sim Zacks 2009-07-19 11:02:22 table/view/function access counts