| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=0.00..8795.49 rows=1 width=12) (actual time=.. rows= loops=)
|
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop Left Join (cost=0.00..8767.09 rows=1 width=28) (actual time=.. rows= loops=)
|
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop Left Join (cost=0.00..14.59 rows=1 width=24) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using pkey_emp on emp (cost=0.00..7.31 rows=1 width=24) (actual time=.. rows= loops=)
|
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using idx_bpt_emp_key on bpt (cost=0.00..7.27 rows=1 width=8) (actual time=.. rows= loops=)
|
||
| 6. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on i9 (cost=0.00..2802.23 rows=22244 width=8) (actual time=.. rows= loops=)
|
||
| 7. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using pkey_com on com (cost=0.00..7.27 rows=1 width=8) (actual time=.. rows= loops=)
|
||
| 8. |
SubPlan (forNested Loop) |
|||||
| 9. | 0.000 | 0.000 | ↓ 0.0 |
→
Aggregate (cost=21.10..21.11 rows=1 width=0) (actual time=.. rows= loops=) |
||
| 10. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on cnt (cost=5.85..21.10 rows=1 width=0) (actual time=.. rows= loops=)
|
||
| 11. |
SubPlan (forSeq Scan) |
|||||
| 12. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on empcnt (cost=0.00..2.09 rows=1 width=4) (actual time=.. rows= loops=)
|
||
| 13. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on occcnt (cost=0.00..1.34 rows=1 width=4) (actual time=.. rows= loops=)
|
||
| 14. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on loccnt (cost=0.00..1.34 rows=1 width=4) (actual time=.. rows= loops=)
|
||
| 15. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on buncnt (cost=0.00..1.07 rows=1 width=4) (actual time=.. rows= loops=)
|