Diagnose
Display a PostgreSQL healthcheck report
Display a PostgreSQL healthcheck report
| Ok | Check name | Message |
|---|---|---|
| false | unused_indexes | Unused indexes detected: 'logs_level_index', 'logs_metadata_job_id_index', 'ssl_certificates_replaced_by_certificate_id_index', 'ssl_certificates_renewed_at_index', 'domains_page_rank_decimal_index', 'logs_time_index', 'ssl_certificates_valid_until_index' |
| false | outliers | Cannot check outliers because 'pg_stat_statements' extension is not enabled. |
| false | ssl_used | Cannot check connection status because 'sslinfo' extension is not enabled. |
| true | missing_fk_indexes | No missing foreign key indexes detected. |
| true | missing_fk_constraints | No missing foreign key constraints detected. |
| true | table_cache_hit | Table cache hit ratio is correct: 0.98629 |
| true | index_cache_hit | Index cache hit ratio is correct: 0.98847 |
| true | null_indexes | No null indexes detected. |
| true | bloat | No bloated tables or indexes detected. |
| true | duplicate_indexes | No duplicate indexes detected. |