Re: Inserts or Updates

Поиск
Список
Период
Сортировка
От Ofer Israeli
Тема Re: Inserts or Updates
Дата
Msg-id 217DDBC2BB1E394CA9E7446337CBDEF20102C056BFBD@il-ex01.ad.checkpoint.com
обсуждение исходный текст
Ответ на Re: Inserts or Updates  (Andy Colson <andy@squeakycode.net>)
Ответы Re: Inserts or Updates
Список pgsql-performance
Andy Colson wrote:
> Oh, I knew I'd seen index usage stats someplace.
>
> give this a run:
>
> select * from pg_stat_user_indexes where relname = 'SuperBigTable';
>
> http://www.postgresql.org/docs/current/static/monitoring-stats.html
>
> -Andy
>
> Scanned by Check Point Total Security Gateway.


Thanks.  We have begun analyzing the indexes and indeed found many are pretty useless and will be removed.

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

Предыдущее
От: Ofer Israeli
Дата:
Сообщение: Re: Inserts or Updates
Следующее
От: Tom Lane
Дата:
Сообщение: Re: index scan forward vs backward = speed difference of 357X slower!