| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 74.139 | 2368.044 | ↑ 119.7 | 9 | 1 |
→
GroupAggregate (cost=1403.69..17327.69 rows=1077 width=29) (actual time=831.073..2368.044 rows=9 loops=1) |
| 2. | 373.708 | 2293.905 | ↓ 24.2 | 90018 | 1 |
→
Nested Loop (cost=1403.69..17225.02 rows=3713 width=29) (actual time=591.744..2293.905 rows=90018 loops=1)
|
| 3. | 0.056 | 0.245 | ↓ 12.0 | 12 | 1 |
→
Nested Loop (cost=4.21..5.46 rows=1 width=70) (actual time=0.095..0.245 rows=12 loops=1) |
| 4. | 0.047 | 0.141 | ↓ 12.0 | 12 | 1 |
→
Merge Join (cost=4.21..4.28 rows=1 width=40) (actual time=0.084..0.141 rows=12 loops=1)
|
| 5. | 0.024 | 0.043 | ↓ 12.0 | 12 | 1 |
→
Sort (cost=1.19..1.19 rows=1 width=28) (actual time=0.041..0.043 rows=12 loops=1)
|
| 6. | 0.019 | 0.019 | ↓ 12.0 | 12 | 1 |
→
Seq Scan on ft_sys_tax_weeks fstw (cost=0.00..1.18 rows=1 width=28) (actual time=0.013..0.019 rows=12 loops=1)
|
| 7. | 0.022 | 0.051 | ↑ 1.0 | 12 | 1 |
→
Sort (cost=3.02..3.05 rows=12 width=16) (actual time=0.038..0.051 rows=12 loops=1)
|
| 8. | 0.029 | 0.029 | ↑ 1.0 | 12 | 1 |
→
Seq Scan on ft_sys_taxyear_details fstd (cost=0.00..2.80 rows=12 width=16) (actual time=0.024..0.029 rows=12 loops=1)
|
| 9. | 0.048 | 0.048 | ↑ 1.0 | 1 | 12 |
→
Seq Scan on ft_sys_taxyear fst (cost=0.00..1.17 rows=1 width=38) (actual time=0.004..0.004 rows=1 loops=12)
|
| 10. | 476.772 | 1919.952 | ↓ 2.6 | 90018 | 12 |
→
Hash Join (cost=1399.48..15551.22 rows=35123 width=41) (actual time=8.537..159.996 rows=90018 loops=12)
|
| 11. | 1434.348 | 1434.348 | ↓ 1.1 | 100066 | 12 |
→
Seq Scan on ft_ee_net_values_ytd fenvy (cost=0.00..12377.43 rows=94872 width=45) (actual time=7.796..119.529 rows=100066 loops=12)
|
| 12. | 1.590 | 8.832 | ↑ 1.0 | 10002 | 1 |
→
Hash (cost=1274.33..1274.33 rows=10012 width=8) (actual time=8.832..8.832 rows=10002 loops=1)
|
| 13. | 6.610 | 7.242 | ↑ 1.0 | 10002 | 1 |
→
Bitmap Heap Scan on ft_employees fee (cost=234.28..1274.33 rows=10012 width=8) (actual time=0.672..7.242 rows=10002 loops=1)
|
| 14. | 0.632 | 0.632 | ↑ 1.0 | 10002 | 1 |
→
Bitmap Index Scan on ft_ee_u1 (cost=0.00..231.78 rows=10070 width=0) (actual time=0.632..0.632 rows=10002 loops=1)
|