Return to App
Documentation
Getting Started
Postgres Monitor Agent
Queries
Heroku
AWS
Table Explorer
Recommendations
Postgres Glossary
Give us Feedback
Demo Account
demo@postgresmonitor.com
Learn more about fine-tuning your database to improve performance and free up disk space.
Bloat
Reduce wasted disk space caused by table bloat.
Load Avg
Troubleshoot high load average.
Cache Hits
Improve database cache hits to serve more queries from the cache.
Table Cache Hits
Improve table cache hits to serve more queries from the cache.
Invalid Index
Fix invalid indexes so they can be used by queries.
Redundant Index
Remove redundant indexes and save disk space.
Unused Index
Remove unused indexes and save disk space.
Table Scans
Improve slow queries that are not using indexes.