Re: help interpreting pg_stat_user_index view values

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: Sergey Konoplev <gray(dot)ru(at)gmail(dot)com>, dennisr(at)visi(dot)com
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: help interpreting pg_stat_user_index view values
Date: 2014-01-05 22:19:33
Message-ID: 52C9DA75.1030808@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/01/14 11:08, Sergey Konoplev wrote:
[...]
> An index might be considered as useless when there were no idx scans
> for the significantly long period. However it might be non-trivial to
> define this period. Eg. one have a query building an annual report
> that uses this index and the period here is one year.
[...]

An index only used by an annual report, should possibly be only created
prior to the report run & dropped immediately afterwards - why carry its
overhead for the bulk of the year?

Cheers,
Gavin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2014-01-05 22:21:42 Re: help interpreting pg_stat_user_index view values
Previous Message Sergey Konoplev 2014-01-05 22:08:39 Re: help interpreting pg_stat_user_index view values