Introduction to pg_stat_activity.
PostgreSQL RDBMS has a very informative built-in tools to track the state of the database. One such tool is pg_stat_activity. This is a system view that allows…
PostgreSQL RDBMS has a very informative built-in tools to track the state of the database. One such tool is pg_stat_activity. This is a system view that allows…
PostgreSQL Performance Observability or Where PostgreSQL spends his time.
pgstat wait timeout, what does it mean? Today I would like to tell about warning message «pgstat wait timeout«. Pretty uninformative message, right? If you see this…
