| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 4.958 | 1952.349 | ↑ 2.3 | 67 | 1 |
→
HashAggregate (cost=251315.390..251316.960 rows=157 width=4) (actual time=1952.282..1952.349 rows=67 loops=1) |
| 2. | 13.517 | 1947.391 | ↑ 29.4 | 3322 | 1 |
→
Nested Loop (cost=1678.360..250826.310 rows=97817 width=4) (actual time=39.496..1947.391 rows=3322 loops=1) |
| 3. | 878.785 | 1910.394 | ↑ 32.1 | 2935 | 1 |
→
Hash Left Join (cost=1678.360..75649.710 rows=94105 width=8) (actual time=39.477..1910.394 rows=2935 loops=1)
|
| 4. | 992.652 | 992.652 | ↓ 1.0 | 801934 | 1 |
→
Index Scan using india_five on two_india (cost=0.000..36121.240 rows=799554 width=125) (actual time=0.019..992.652 rows=801934 loops=1)
|
| 5. | 21.998 | 38.957 | ↓ 1.0 | 15848 | 1 |
→
Hash (cost=521.380..521.380 rows=15838 width=469) (actual time=38.957..38.957 rows=15848 loops=1)
|
| 6. | 16.959 | 16.959 | ↓ 1.0 | 15848 | 1 |
→
Seq Scan on uniform (cost=0.000..521.380 rows=15838 width=469) (actual time=0.007..16.959 rows=15848 loops=1) |
| 7. | 23.480 | 23.480 | ↑ 1.0 | 1 | 2935 |
→
Index Scan using xray on juliet_quebec (cost=0.000..1.850 rows=1 width=12) (actual time=0.007..0.008 rows=1 loops=2935)
|