| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 1.151 | 2519.212 | ↑ 9.7 | 10003 | 1 |
→
Limit (cost=355891.84..361968.40 rows=97225 width=79) (actual time=2299.918..2519.212 rows=10003 loops=1) |
| 2. | 213.090 | 2518.061 | ↑ 9.7 | 10003 | 1 |
→
GroupAggregate (cost=355891.84..361968.40 rows=97225 width=79) (actual time=2299.917..2518.061 rows=10003 loops=1) |
| 3. | 624.878 | 2304.971 | ↑ 1.1 | 91021 | 1 |
→
Sort (cost=355891.84..356134.90 rows=97225 width=79) (actual time=2299.786..2304.971 rows=91021 loops=1)
|
| 4. | 127.435 | 1680.093 | ↑ 1.1 | 91021 | 1 |
→
Hash Join (cost=7443.43..347837.22 rows=97225 width=79) (actual time=59.719..1680.093 rows=91021 loops=1)
|
| 5. | 1493.201 | 1493.201 | ↑ 1.1 | 101067 | 1 |
→
Seq Scan on ft_ee_net_values_ytd fenv (cost=0.00..338161.62 rows=111993 width=63) (actual time=0.208..1493.201 rows=101067 loops=1)
|
| 6. | 26.613 | 59.457 | ↑ 1.0 | 110005 | 1 |
→
Hash (cost=6065.38..6065.38 rows=110244 width=28) (actual time=59.457..59.457 rows=110005 loops=1)
|
| 7. | 32.844 | 32.844 | ↑ 1.0 | 110005 | 1 |
→
Seq Scan on ft_employees fe (cost=0.00..6065.38 rows=110244 width=28) (actual time=1.029..32.844 rows=110005 loops=1)
|