| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 31.736 | 3330.558 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=74247.68..74247.69 rows=1 width=0) (actual time=3330.558..3330.558 rows=1 loops=1)
|
| 2. | 90.280 | 3298.822 | ↓ 1.0 | 275428 | 1 |
→
Hash Join (cost=53292.23..73585.59 rows=264833 width=0) (actual time=2184.223..3298.822 rows=275428 loops=1)
|
| 3. | 780.810 | 3205.449 | ↓ 1.0 | 275428 | 1 |
→
Hash Right Join (cost=53205.86..69857.77 rows=264833 width=8) (actual time=2181.089..3205.449 rows=275428 loops=1)
|
| 4. | 244.206 | 244.206 | ↑ 1.0 | 479481 | 1 |
→
Seq Scan on teammember tm (cost=0.00..10428.81 rows=479481 width=8) (actual time=0.031..244.206 rows=479481 loops=1)
|
| 5. | 110.190 | 2180.433 | ↓ 1.0 | 267278 | 1 |
→
Hash (cost=49895.45..49895.45 rows=264833 width=16) (actual time=2180.433..2180.433 rows=267278 loops=1)
|
| 6. | 123.887 | 2070.243 | ↓ 1.0 | 267278 | 1 |
→
Hash Right Join (cost=49201.74..49895.45 rows=264833 width=16) (actual time=1934.848..2070.243 rows=267278 loops=1)
|
| 7. | 12.161 | 12.161 | ↑ 1.0 | 16742 | 1 |
→
Seq Scan on staffmember sm (cost=0.00..476.42 rows=16742 width=8) (actual time=0.011..12.161 rows=16742 loops=1)
|
| 8. | 131.415 | 1934.195 | ↓ 1.0 | 267258 | 1 |
→
Hash (cost=45891.32..45891.32 rows=264833 width=16) (actual time=1934.195..1934.195 rows=267258 loops=1)
|
| 9. | 768.713 | 1802.780 | ↓ 1.0 | 267258 | 1 |
→
Hash Join (cost=27625.03..45891.32 rows=264833 width=16) (actual time=812.538..1802.780 rows=267258 loops=1)
|
| 10. | 222.216 | 222.216 | ↑ 1.0 | 483376 | 1 |
→
Seq Scan on contestparticipant cp (cost=0.00..9575.76 rows=483376 width=32) (actual time=0.013..222.216 rows=483376 loops=1)
|
| 11. | 134.340 | 811.851 | ↓ 1.0 | 278282 | 1 |
→
Hash (cost=24219.33..24219.33 rows=272456 width=8) (actual time=811.851..811.851 rows=278282 loops=1)
|
| 12. | 677.511 | 677.511 | ↓ 1.0 | 278282 | 1 |
→
Seq Scan on personinfo pi (cost=0.00..24219.33 rows=272456 width=8) (actual time=0.037..677.511 rows=278282 loops=1)
|
| 13. | 0.504 | 3.093 | ↑ 1.0 | 1083 | 1 |
→
Hash (cost=72.83..72.83 rows=1083 width=8) (actual time=3.093..3.093 rows=1083 loops=1)
|
| 14. | 2.589 | 2.589 | ↑ 1.0 | 1083 | 1 |
→
Seq Scan on contest c (cost=0.00..72.83 rows=1083 width=8) (actual time=0.013..2.589 rows=1083 loops=1)
|