| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.763 | 51.697 | ↓ 2000.0 | 2000 | 1 |
→
Nested Loop (cost=11.47..24.48 rows=1 width=1006) (actual time=13.832..51.697 rows=2000 loops=1) |
| 2. |
Initplan (forNested Loop) |
|||||
| 3. | 0.003 | 0.003 | ↑ 1.0 | 1 | 1 |
→
Seq Scan on ft_sys_taxyear fst (cost=0.00..1.14 rows=1 width=4) (actual time=0.002..0.003 rows=1 loops=1)
|
| 4. | 0.003 | 0.003 | ↑ 1.0 | 1 | 1 |
→
Seq Scan on ft_sys_taxyear fst (cost=0.00..1.14 rows=1 width=4) (actual time=0.002..0.003 rows=1 loops=1)
|
| 5. | 15.816 | 16.928 | ↓ 2000.0 | 2000 | 1 |
→
HashAggregate (cost=9.20..9.21 rows=1 width=145) (actual time=13.751..16.928 rows=2000 loops=1) |
| 6. | 1.112 | 1.112 | ↓ 2000.0 | 2000 | 1 |
→
Index Scan using ft_enetvaly_u2 on ft_ee_net_values_ytd feeytd (cost=0.00..9.09 rows=1 width=145) (actual time=0.074..1.112 rows=2000 loops=1)
|
| 7. | 6.000 | 6.000 | ↑ 1.0 | 1 | 2000 |
→
Index Scan using ft_ee_p on ft_employees fee (cost=0.00..8.29 rows=1 width=118) (actual time=0.002..0.003 rows=1 loops=2000)
|
| 8. |
SubPlan (forNested Loop) |
|||||
| 9. | 5.993 | 28.000 | ↑ 1.0 | 1 | 2000 |
→
Hash Join (cost=1.15..4.69 rows=1 width=2) (actual time=0.010..0.014 rows=1 loops=2000)
|
| 10. | 22.000 | 22.000 | ↓ 1.1 | 12 | 2000 |
→
Seq Scan on ft_ni_cat fnc (cost=0.00..3.49 rows=11 width=6) (actual time=0.001..0.011 rows=12 loops=2000)
|
| 11. | 0.001 | 0.007 | ↑ 1.0 | 1 | 1 |
→
Hash (cost=1.14..1.14 rows=1 width=4) (actual time=0.007..0.007 rows=1 loops=1)
|
| 12. | 0.006 | 0.006 | ↑ 1.0 | 1 | 1 |
→
Seq Scan on ft_sys_taxyear fst (cost=0.00..1.14 rows=1 width=4) (actual time=0.005..0.006 rows=1 loops=1)
|