| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.002 | 680.451 | ↑ 1.0 | 1 | 1 |
→
Limit (cost=11844.95..172783.48 rows=1 width=1025) (actual time=680.451..680.451 rows=1 loops=1) |
| 2. | 0.006 | 680.449 | ↑ 1.0 | 1 | 1 |
→
Nested Loop Left Join (cost=11844.95..172783.48 rows=1 width=1025) (actual time=680.449..680.449 rows=1 loops=1) |
| 3. | 2.927 | 680.430 | ↑ 1.0 | 1 | 1 |
→
Hash Join (cost=11844.95..172773.28 rows=1 width=1025) (actual time=680.430..680.430 rows=1 loops=1)
|
| 4. | 0.203 | 0.203 | ↑ 1206.8 | 104 | 1 |
→
Seq Scan on polygons (cost=0.00..99431.85 rows=125503 width=1029) (actual time=0.009..0.203 rows=104 loops=1)
|
| 5. | 145.978 | 677.300 | ↓ 8.1 | 129140 | 1 |
→
Hash (cost=11526.17..11526.17 rows=15939 width=19) (actual time=677.300..677.300 rows=129140 loops=1)
|
| 6. | 344.898 | 531.322 | ↓ 8.1 | 129140 | 1 |
→
Hash Join (cost=2.27..11526.17 rows=15939 width=19) (actual time=0.117..531.322 rows=129140 loops=1)
|
| 7. | 186.357 | 186.357 | ↑ 1.0 | 255670 | 1 |
→
Seq Scan on gkclmtb (cost=0.00..6570.70 rows=255670 width=56) (actual time=0.025..186.357 rows=255670 loops=1) |
| 8. | 0.041 | 0.067 | ↑ 1.0 | 39 | 1 |
→
Hash (cost=1.39..1.39 rows=39 width=53) (actual time=0.067..0.067 rows=39 loops=1)
|
| 9. | 0.026 | 0.026 | ↑ 1.0 | 39 | 1 |
→
Seq Scan on gkclstb (cost=0.00..1.39 rows=39 width=53) (actual time=0.003..0.026 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)
|