| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 40.313 | 69.479 | ↑ 1.0 | 22531 | 1 |
→
Hash Join (cost=1.09..1428.58 rows=22533 width=105) (actual time=0.034..69.479 rows=22531 loops=1)
|
| 2. | 29.153 | 29.153 | ↑ 1.0 | 22531 | 1 |
→
Seq Scan on pk2012_services (cost=0.00..1117.66 rows=22533 width=95) (actual time=0.007..29.153 rows=22531 loops=1)
|
| 3. | 0.005 | 0.013 | ↑ 1.0 | 4 | 1 |
→
Hash (cost=1.04..1.04 rows=4 width=26) (actual time=0.013..0.013 rows=4 loops=1) |
| 4. | 0.008 | 0.008 | ↑ 1.0 | 4 | 1 |
→
Seq Scan on pk2012_service_definitions (cost=0.00..1.04 rows=4 width=26) (actual time=0.004..0.008 rows=4 loops=1) |