No Picture
MinervaDB

Troubleshooting PostgreSQL Query Performance

Monitoring query latency, wait events, and locks in PostgreSQL helps identify and diagnose performance bottlenecks. Here’s a guide on how to monitor these aspects: Here’s a sample query to gather information about locks, wait events, […]

No Picture
MinervaDB

Installation and configuration of pgBadger

pgBadger is a PostgreSQL log analyzer that can be used to analyze and summarize the PostgreSQL log files to help identify performance issues and troubleshoot problems. Here are the steps to install and configure pgBadger […]