explain.depesz.com

PostgreSQL's explain analyze made readable

Result: rvmug

Settings
# exclusive inclusive rows x rows loops node
1. 0.403 9.129 ↑ 1.0 1 1

Aggregate (cost=144.43..144.44 rows=1 width=8) (actual time=9.128..9.129 rows=1 loops=1)

2. 8.726 8.726 ↓ 32.6 5,279 1

Index Scan using idx_orders_status_customer_id_trip_accepted_time_deleted_at_v1 on orders (cost=0.57..144.02 rows=162 width=8) (actual time=0.018..8.726 rows=5,279 loops=1)

  • Index Cond: ((status = 4) AND (customer_id = 1,768,288) AND (deleted_at IS NULL))
Planning time : 0.272 ms
Execution time : 9.150 ms