Oct 25, 2022PostgreSQL - Cancelling statement due to conflict with recovery.When running a CQRS based system or long running analytics workloads a replica is the fastest route. However, the default PostgreSQL...
Dec 19, 2021Kill a running query - PostgresOften we notice long running queries in idle or idle in transaction state. This may or may not interfere with other operations that you...
Dec 19, 2021SQL - Postgres Long running queriesQuick snippet to discover queries that have been running for over 1 minute on Postgres This gives us a break down of the query and the...