Slide 10
Slide 10 text
• The pg_stat_all_indexes view will contain one row for each index
in the current database, showing statistics about accesses to that
specific index. The pg_stat_user_indexes and pg_stat_sys_indexes
views contain the same information, but filtered to only show user
and system indexes respectively.
pg_stat_all_indexes