# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.042 | 0.660 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=23.64..23.65 rows=1 width=8) (actual time=0.659..0.660 rows=1 loops=1) |
2. | 0.096 | 0.618 | ↑ 1.0 | 122 | 1 |
→
Hash Join (cost=18.67..23.33 rows=122 width=0) (actual time=0.474..0.618 rows=122 loops=1)
|
3. | 0.079 | 0.079 | ↑ 1.0 | 122 | 1 |
→
Seq Scan on pg_index (cost=0.00..4.34 rows=122 width=4) (actual time=0.016..0.079 rows=122 loops=1)
|
4. | 0.240 | 0.443 | ↓ 1.0 | 342 | 1 |
→
Hash (cost=14.41..14.41 rows=341 width=4) (actual time=0.443..0.443 rows=342 loops=1)
|
5. | 0.203 | 0.203 | ↓ 1.0 | 342 | 1 |
→
Seq Scan on pg_class (cost=0.00..14.41 rows=341 width=4) (actual time=0.007..0.203 rows=342 loops=1) |