| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 494.483 | 1020.110 | ↑ 1.8 | 91192 | 1 |
→
Sort (cost=28060.34..28459.94 rows=159842 width=185) (actual time=990.718..1020.110 rows=91192 loops=1)
|
| 2. | 64.744 | 525.627 | ↑ 1.8 | 91192 | 1 |
→
Hash Left Join (cost=9845.69..14244.96 rows=159842 width=185) (actual time=355.848..525.627 rows=91192 loops=1)
|
| 3. | 78.625 | 460.870 | ↑ 1.8 | 91192 | 1 |
→
Merge Right Join (cost=9844.67..13045.11 rows=159842 width=189) (actual time=355.808..460.870 rows=91192 loops=1)
|
| 4. | 0.013 | 0.027 | ↑ 180.0 | 2 | 1 |
→
Sort (cost=28.89..29.79 rows=360 width=188) (actual time=0.026..0.027 rows=2 loops=1)
|
| 5. | 0.014 | 0.014 | ↑ 180.0 | 2 | 1 |
→
Seq Scan on bid_group bg (cost=0.00..13.60 rows=360 width=188) (actual time=0.012..0.014 rows=2 loops=1) |
| 6. | 280.790 | 382.218 | ↓ 1.0 | 91192 | 1 |
→
Sort (cost=9815.79..10037.79 rows=88801 width=39) (actual time=355.773..382.218 rows=91192 loops=1)
|
| 7. | 101.428 | 101.428 | ↓ 1.0 | 88807 | 1 |
→
Seq Scan on assignments a (cost=0.00..2517.11 rows=88801 width=39) (actual time=0.011..101.428 rows=88807 loops=1)
|
| 8. | 0.001 | 0.013 | ↓ 0.0 | 0 | 1 |
→
Hash (cost=1.00..1.00 rows=1 width=38) (actual time=0.013..0.013 rows=0 loops=1) |
| 9. | 0.012 | 0.012 | ↓ 0.0 | 0 | 1 |
→
Seq Scan on bid_group_entry bge (cost=0.00..1.00 rows=1 width=38) (actual time=0.012..0.012 rows=0 loops=1) |