SQL editor for PostgreSQL
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
PostgreSQL monitor: parameter editor

[EN]
The PostgreSQL cluster parameters editor allows you to quickly and conveniently edit current parameters
The "Filter" field is used to filter the list of parameters by the entered text. Text is searched in all columns and in any part of the line
The "Category" field is used for block filtering of the list
PostgreSQL monitor: database statistics


[EN]
The window displays various statistics on the operation of PostgreSQL cluster databases
Database stats
Provides system view information pg_stat_database
О группе
Добро пожаловать в группу! Общайтесь с другими участниками, получайте обновления и делитесь фото и видео.