| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Merge Join (cost=58862.12..67288.43 rows=301231 width=142) (actual time=.. rows= loops=)
|
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using pk_item on item (cost=0.00..3659.26 rows=100000 width=72) (actual time=.. rows= loops=) |
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Materialize (cost=58861.10..62626.49 rows=301231 width=70) (actual time=.. rows= loops=) |
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Sort (cost=58861.10..59614.18 rows=301231 width=70) (actual time=.. rows= loops=)
|
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on order_line (cost=0.00..6731.31 rows=301231 width=70) (actual time=.. rows= loops=) |