| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 754.430 | 28283.969 | ↑ 1.0 | 100000 | 1 |
→
Limit (cost=85847.22..92513.15 rows=100000 width=28) (actual time=24972.514..28283.969 rows=100000 loops=1) |
| 2. | 1080.676 | 27529.539 | ↑ 642.9 | 100000 | 1 |
→
Hash Join (cost=85847.22..4371045.75 rows=64285080 width=28) (actual time=24972.505..27529.539 rows=100000 loops=1)
|
| 3. | 858.036 | 26440.213 | ↑ 642.9 | 100000 | 1 |
→
Hash Join (cost=85811.37..2683526.55 rows=64285080 width=24) (actual time=24963.820..26440.213 rows=100000 loops=1)
|
| 4. | 629.477 | 629.477 | ↑ 642.9 | 100000 | 1 |
→
Seq Scan on native_weather_data_value v (cost=0.00..1312013.58 rows=64285080 width=12) (actual time=10.493..629.477 rows=100000 loops=1)
|
| 5. | 12525.312 | 24952.700 | ↑ 1.0 | 2972372 | 1 |
→
Hash (cost=48656.72..48656.72 rows=2972372 width=16) (actual time=24952.700..24952.700 rows=2972372 loops=1)
|
| 6. | 12427.388 | 12427.388 | ↑ 1.0 | 2972372 | 1 |
→
Seq Scan on native_weather_data_index i (cost=0.00..48656.72 rows=2972372 width=16) (actual time=14.292..12427.388 rows=2972372 loops=1) |
| 7. | 4.387 | 8.650 | ↑ 1.0 | 1149 | 1 |
→
Hash (cost=21.49..21.49 rows=1149 width=4) (actual time=8.650..8.650 rows=1149 loops=1)
|
| 8. | 4.263 | 4.263 | ↑ 1.0 | 1149 | 1 |
→
Seq Scan on weather_station ws (cost=0.00..21.49 rows=1149 width=4) (actual time=0.009..4.263 rows=1149 loops=1) |