| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 320.085 | 163534.672 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=15781380.69..15781380.70 rows=1 width=0) (actual time=163534.672..163534.672 rows=1 loops=1)
|
| 2. | 99018.692 | 163214.587 | ↓ 2.4 | 1090869 | 1 |
→
WindowAgg (cost=8945652.51..15775778.55 rows=448171 width=643) (actual time=9158.722..163214.587 rows=1090869 loops=1)
|
| 3. | 2031.936 | 9485.965 | ↓ 2.4 | 1090869 | 1 |
→
Sort (cost=8945652.51..8946772.94 rows=448171 width=643) (actual time=9158.498..9485.965 rows=1090869 loops=1)
|
| 4. | 3090.553 | 7454.029 | ↓ 2.4 | 1090869 | 1 |
→
Nested Loop (cost=0.00..8903583.40 rows=448171 width=643) (actual time=0.061..7454.029 rows=1090869 loops=1)
|
| 5. | 4363.476 | 4363.476 | ↑ 1.0 | 1 | 1090869 |
→
Index Scan using outcome_dim_pkey on public.outcome_dim od (cost=0.00..18.51 rows=1 width=631) (actual time=0.004..0.004 rows=1 loops=1090869)
|
| 6. |
SubPlan (forWindowAgg) |
|||||
| 7. | 7636.083 | 7636.083 | ↑ 1.0 | 1 | 1090869 |
→
Seq Scan on public.report_emv_sport_map (cost=0.00..2.03 rows=1 width=10) (actual time=0.007..0.007 rows=1 loops=1090869)
|
| 8. | 8.188 | 8.188 | ↑ 1.0 | 1 | 356 |
→
Seq Scan on public.report_emv_region_map (cost=0.00..5.28 rows=1 width=11) (actual time=0.004..0.023 rows=1 loops=356)
|
| 9. | 7633.591 | 7633.591 | ↑ 1.0 | 1 | 1090513 |
→
Seq Scan on public.report_emv_sport_map (cost=0.00..2.03 rows=1 width=10) (actual time=0.006..0.007 rows=1 loops=1090513)
|
| 10. | 17448.208 | 17448.208 | ↑ 1.0 | 1 | 1090513 |
→
Seq Scan on public.report_emv_region_map (cost=0.00..5.28 rows=1 width=11) (actual time=0.010..0.016 rows=1 loops=1090513)
|
| 11. | 4960.060 | 4960.060 | ↑ 1.0 | 1 | 708580 |
→
Seq Scan on public.report_emv_sport_map (cost=0.00..2.03 rows=1 width=10) (actual time=0.006..0.007 rows=1 loops=708580)
|
| 12. | 17005.920 | 17005.920 | ↑ 1.0 | 1 | 708580 |
→
Seq Scan on public.report_emv_region_map (cost=0.00..5.28 rows=1 width=11) (actual time=0.011..0.024 rows=1 loops=708580)
|
| 13. | 4.172 | 4.172 | ↑ 1.0 | 1 | 596 |
→
Seq Scan on public.report_emv_sport_map (cost=0.00..2.03 rows=1 width=10) (actual time=0.007..0.007 rows=1 loops=596)
|
| 14. | 13.708 | 13.708 | ↑ 1.0 | 1 | 596 |
→
Seq Scan on public.report_emv_region_map (cost=0.00..5.28 rows=1 width=11) (actual time=0.023..0.023 rows=1 loops=596)
|