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 / · 2 min read · postgresql database sql performance monitoring tuning optimization queries pg_stat_activity pg_locks ·Monitor Running Queries in PostgreSQL (9.2+ and Newer) Overview When managing a PostgreSQL database, one of the most important tasks for database administrators and developers is monitoring currently running queries. This helps identify problematic sessions, troubleshoot performance bottlenecks, and optimize …
Read More