| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 1.466 | 2662.026 | ↓ 142.7 | 428 | 1 |
→
Nested Loop Left Join (cost=10000001523.32..3660000537256.79 rows=3 width=1692) (actual time=13.881..2662.026 rows=428 loops=1) |
| 2. | 622.239 | 623.732 | ↓ 180.0 | 180 | 1 |
→
Nested Loop (cost=10000001523.32..3660000528699.67 rows=1 width=1427) (actual time=6.687..623.732 rows=180 loops=1)
|
| 3. | 0.211 | 0.593 | ↑ 1.0 | 180 | 1 |
→
Bitmap Heap Scan on events e (cost=82.24..295.35 rows=183 width=767) (actual time=0.404..0.593 rows=180 loops=1)
|
| 4. | 0.382 | 0.382 | ↑ 1.0 | 180 | 1 |
→
Bitmap Index Scan on events_pkey (cost=0.00..82.20 rows=183 width=0) (actual time=0.382..0.382 rows=180 loops=1)
|
| 5. | 0.000 | 0.900 | ↑ 1.0 | 1 | 180 |
→
Index Scan using markets_pkey on markets m (cost=10000001441.08..10000001446.36 rows=1 width=664) (actual time=0.004..0.005 rows=1 loops=180)
|
| 6. |
SubPlan (forIndex Scan) |
|||||
| 7. | 0.180 | 621.360 | ↑ 1.0 | 1 | 180 |
→
Limit (cost=10000001441.08..10000001441.08 rows=1 width=8) (actual time=3.452..3.452 rows=1 loops=180) |
| 8. | 1.620 | 621.180 | ↑ 11.0 | 1 | 180 |
→
Sort (cost=10000001441.08..10000001441.11 rows=11 width=8) (actual time=3.451..3.451 rows=1 loops=180)
|
| 9. | 619.560 | 619.560 | ↑ 1.1 | 10 | 180 |
→
Seq Scan on markets (cost=10000000000.00..10000001441.02 rows=11 width=8) (actual time=2.224..3.442 rows=10 loops=180)
|
| 10. | 0.180 | 621.360 | ↑ 1.0 | 1 | 180 |
→
Limit (cost=10000001441.08..10000001441.08 rows=1 width=8) (actual time=3.452..3.452 rows=1 loops=180) |
| 11. | 1.620 | 621.180 | ↑ 11.0 | 1 | 180 |
→
Sort (cost=10000001441.08..10000001441.11 rows=11 width=8) (actual time=3.451..3.451 rows=1 loops=180)
|
| 12. | 619.560 | 619.560 | ↑ 1.1 | 10 | 180 |
→
Seq Scan on markets (cost=10000000000.00..10000001441.02 rows=11 width=8) (actual time=2.224..3.442 rows=10 loops=180)
|
| 13. | 1.260 | 1.260 | ↑ 2.5 | 2 | 180 |
→
Index Scan using outcomes_market_id_active_index on outcomes o (cost=0.00..1.19 rows=5 width=269) (actual time=0.005..0.007 rows=2 loops=180)
|
| 14. |
SubPlan (forNested Loop Left Join) |
|||||
| 15. | 8.560 | 2035.568 | ↑ 1.0 | 1 | 428 |
→
Aggregate (cost=2851.94..2851.95 rows=1 width=4) (actual time=4.756..4.756 rows=1 loops=428) |
| 16. | 12.342 | 2027.008 | ↑ 1.1 | 52 | 428 |
→
Nested Loop (cost=0.00..2851.80 rows=55 width=4) (actual time=3.202..4.736 rows=52 loops=428) |
| 17. | 1998.760 | 1998.760 | ↓ 1.1 | 12 | 428 |
→
Index Scan using markets_pkey on markets (cost=0.00..2717.60 rows=11 width=4) (actual time=3.197..4.670 rows=12 loops=428)
|
| 18. | 15.906 | 15.906 | ↑ 1.2 | 4 | 5302 |
→
Index Scan using outcomes_market_id_active_index on outcomes (cost=0.00..12.14 rows=5 width=4) (actual time=0.002..0.003 rows=4 loops=5302)
|