News

Query Performance Monitoring Tool for PostgreSQL. Contribute to percona/pg_stat_monitor development by creating an account on GitHub.
When postgres client (psql in this case) is running a long running operations - select a really big table or doing a really long index build. Or in the repro, just doing a sleep. When the client is ...