Understanding pg_stat_user_indexes

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Understanding pg_stat_user_indexes
Дата
Msg-id 4B6C4F40.3020409@pinpointresearch.com
обсуждение исходный текст
Ответы Re: Understanding pg_stat_user_indexes  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-general
What causes an increment to idx_scan in pg_stat_user_indexes? "Select"
queries only? When used to enforce column uniqueness? When used for
foreign-key constraints?

I see lots of indexes with an idx_scan-count of zero but which are not
actually superfluous as they are required to enforce constraints.

Ultimately, I'm trying to come up with a better way to search for truly
useless indexes.

Cheers,
Steve


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

Предыдущее
От: Moe
Дата:
Сообщение: Searching a DB index.. possible?
Следующее
От: Mike Ginsburg
Дата:
Сообщение: Re: Verify a record has a column in a plpgsql trigger