PostgreSQL - Performance Tuning
A query to find slow queries is:
But it returns no rows. What could be wrong?
SELECT query, mean_time FROM pg_stat_statements ORDER BY mean_time DESC;
But it returns no rows. What could be wrong?
