
top of page


SQL developer for PostgreSQL
Открытая·2 пользователя
PostgreSQL monitor: unused indexes

[EN]
List of PostgreSQL cluster indexes that have not been accessed or their number is less than specified in the "show indices with hit less" field
select * from pg_catalog.pg_stat_all_indexes
where idx_scan < $$NUMBER
14 просмотров
О группе
Добро пожаловать в группу! Общайтесь с другими участниками, получайте обновления и делитесь фото и видео.
bottom of page