What is Parallel Vacuum in PostgreSQL 13

In PostgreSQL, we already support parallelism of a SQL query which leverages multiple cores to execute the query faster. Vacuum is one of the most critical utility operations which helps...
January 19, 2023

How to Monitor PostgreSQL Connections

This article discusses connections to PostgreSQL database servers. It first reviews the possible states for a connection and then shows how to identify and terminate connections that are lying idle...
January 19, 2023