| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 95.696 | 3066.615 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=384458.81..384458.84 rows=1 width=56) (actual time=3066.615..3066.615 rows=1 loops=1)
|
| 2. | 22.985 | 2970.919 | ↑ 4.3 | 41718 | 1 |
→
Hash Left Join (cost=4733.14..383561.83 rows=179395 width=56) (actual time=0.394..2970.919 rows=41718 loops=1)
|
| 3. | 2934.815 | 2947.708 | ↑ 2.2 | 41718 | 1 |
→
Nested Loop (cost=4675.30..381261.57 rows=89697 width=32) (actual time=0.161..2947.708 rows=41718 loops=1)
|
| 4. | 0.893 | 0.893 | ↑ 1.2 | 375 | 1 |
→
Index Scan using index_price_idred on price (cost=0.00..1311.42 rows=451 width=16) (actual time=0.015..0.893 rows=375 loops=1)
|
| 5. | 10.991 | 12.000 | ↑ 3.7 | 123 | 375 |
→
Materialize (cost=4675.30..4679.81 rows=451 width=56) (actual time=0.000..0.032 rows=123 loops=375) |
| 6. | 0.090 | 1.009 | ↑ 3.7 | 123 | 1 |
→
Nested Loop (cost=0.00..4674.85 rows=451 width=56) (actual time=0.014..1.009 rows=123 loops=1) |
| 7. | 0.427 | 0.427 | ↑ 3.7 | 123 | 1 |
→
Index Scan using index_price_idred on price p (cost=0.00..1315.93 rows=451 width=60) (actual time=0.005..0.427 rows=123 loops=1)
|
| 8. | 0.492 | 0.492 | ↑ 1.0 | 1 | 123 |
→
Index Scan using idx_idcap_pricetable on cap_pricetable cp (cost=0.00..7.44 rows=1 width=4) (actual time=0.003..0.004 rows=1 loops=123)
|
| 9. | 0.000 | 0.226 | ↓ 0.0 | 0 | 1 |
→
Hash (cost=57.81..57.81 rows=2 width=32) (actual time=0.226..0.226 rows=0 loops=1) |
| 10. | 0.000 | 0.226 | ↓ 0.0 | 0 | 1 |
→
Nested Loop (cost=0.00..57.81 rows=2 width=32) (actual time=0.226..0.226 rows=0 loops=1) |
| 11. | 0.226 | 0.226 | ↓ 0.0 | 0 | 1 |
→
Seq Scan on offer o (cost=0.00..41.23 rows=2 width=36) (actual time=0.226..0.226 rows=0 loops=1)
|
| 12. | 0.000 | 0.000 | ↓ 0.0 | 0 |
→
Index Scan using offerperiod_pkey on offerperiod op (cost=0.00..8.28 rows=1 width=4) (actual time=.. rows= loops=0)
|