Re: help interpreting pg_stat_user_index view values

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: help interpreting pg_stat_user_index view values
Дата
Msg-id 52C9DA75.1030808@archidevsys.co.nz
обсуждение исходный текст
Ответ на Re: help interpreting pg_stat_user_index view values  (Sergey Konoplev <gray.ru@gmail.com>)
Ответы Re: help interpreting pg_stat_user_index view values
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: help interpreting pg_stat_user_index view values
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: help interpreting pg_stat_user_index view values