PostgreSQL - Performance Tuning
You want to optimize a query that shows this EXPLAIN output:
What does this plan tell you about how the query accesses data?
Bitmap Heap Scan on orders (cost=4.00..50.00 rows=1000 width=80) Bitmap Index Scan on idx_orders_customer_id (cost=0.00..4.00 rows=1000 width=0)
What does this plan tell you about how the query accesses data?
