Tuning
pg_settings — Query PostgreSQL Configuration Parameters
Aug 26, 2025 / · 10 min read · postgresql database sql pg_file_settings pg_settings administration configuration tuning performance ·pg_settings — Query PostgreSQL Configuration Parameters The live configuration PostgreSQL is running with and the values written in postgresql.conf are not always the same. A parameter that requires a server restart has already been updated in the file but the old value is still in effect. A reload that produced a …
Read MoreMonitor Running Queries in PostgreSQL using pg_stat_activity
Aug 18, 2025 / · 8 min read · postgresql database sql performance monitoring tuning optimization queries pg_stat_activity pg_locks ·Monitor Running Queries in PostgreSQL (9.2+ and Newer) A query that has been running for forty minutes looks identical, from a load balancer's perspective, to one that finished in forty milliseconds — nothing in a typical connection-pool dashboard flags the difference between a session doing real, expected work and one …
Read More