PostgreSQL - Performance Tuning
You see this EXPLAIN output:
But the query runs very slowly. What could be a reason?
Nested Loop (cost=0.00..37.50 rows=5 width=200)
But the query runs very slowly. What could be a reason?
