PostgreSQL - Performance Tuning
Given the query:
What does this query return?
SELECT query, calls, total_time FROM pg_stat_statements ORDER BY total_time DESC LIMIT 3;
What does this query return?
