Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Stars
171
Forks
16
Watchers
171
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
174
commits
5
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Update README for ignore_list as well as missing fk indexes (#35)
977e405View on GitHubRefactor/Fix missing foreign key index detection + missing FK constraints heuristics and update tests (#34)
d1c6f6bView on GitHubAdd 3 new queries + update vacuum_stats view with `manual_vacuum_count` and `autovacuum_count` (#33)
c8879c0View on GitHubAdd parameters to vacuum stats, and remove PG 12 support
5e16c51View on GitHubPerformance: fetch schemas and foreign keys for all tables in single query (#31)
f0c2736View on GitHub