| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.003 | 600.468 | ↑ 1.0 | 1 | 1 |
→
Limit (cost=11843.36..168950.61 rows=1 width=972) (actual time=600.467..600.468 rows=1 loops=1) |
| 2. | 0.006 | 600.465 | ↑ 1.0 | 1 | 1 |
→
Nested Loop Left Join (cost=11843.36..168950.61 rows=1 width=972) (actual time=600.465..600.465 rows=1 loops=1) |
| 3. | 2.946 | 600.446 | ↑ 1.0 | 1 | 1 |
→
Hash Join (cost=11843.36..168940.41 rows=1 width=972) (actual time=600.446..600.446 rows=1 loops=1)
|
| 4. | 0.180 | 0.180 | ↑ 1147.8 | 104 | 1 |
→
Seq Scan on polygons (cost=0.00..98605.25 rows=119371 width=976) (actual time=0.014..0.180 rows=104 loops=1)
|
| 5. | 145.728 | 597.320 | ↓ 8.1 | 129140 | 1 |
→
Hash (cost=11525.64..11525.64 rows=15886 width=19) (actual time=597.320..597.320 rows=129140 loops=1)
|
| 6. | 345.853 | 451.592 | ↓ 8.1 | 129140 | 1 |
→
Hash Join (cost=2.27..11525.64 rows=15886 width=19) (actual time=0.126..451.592 rows=129140 loops=1)
|
| 7. | 105.666 | 105.666 | ↑ 1.0 | 255670 | 1 |
→
Seq Scan on gkclmtb (cost=0.00..6570.70 rows=255670 width=56) (actual time=0.036..105.666 rows=255670 loops=1) |
| 8. | 0.043 | 0.073 | ↑ 1.0 | 39 | 1 |
→
Hash (cost=1.39..1.39 rows=39 width=53) (actual time=0.073..0.073 rows=39 loops=1)
|
| 9. | 0.030 | 0.030 | ↑ 1.0 | 39 | 1 |
→
Seq Scan on gkclstb (cost=0.00..1.39 rows=39 width=53) (actual time=0.003..0.030 rows=39 loops=1) |
| 10. | 0.013 | 0.013 | ↑ 2.0 | 1 | 1 |
→
Index Scan using fld_poly_gid on dlk_poly (cost=0.00..10.18 rows=2 width=4) (actual time=0.013..0.013 rows=1 loops=1)
|