Understanding PostgreSQL pg_settings and pg_file_settings with Practical Examples
Aug 26, 2025 / · 3 min read · postgresql database sql pg_file_settings pg_settings administration configuration tuning performance ·Understanding PostgreSQL pg_settings and pg_file_settings with Practical Examples PostgreSQL offers powerful catalog views for examining configuration values that shape the performance and behavior of your database. Among these, pg_settings and pg_file_settings are essential tools for administrators who want to ensure …
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 ·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