| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Aggregate (cost=111853.75..111853.76 rows=1 width=0) (actual time=.. rows= loops=) |
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
HashAggregate (cost=111853.34..111853.52 rows=18 width=48) (actual time=.. rows= loops=) |
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=0.00..111852.98 rows=18 width=48) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Append (cost=0.00..35831.26 rows=3605 width=32) (actual time=.. rows= loops=) |
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on facts facts1 (cost=0.00..10.22 rows=1 width=32) (actual time=.. rows= loops=)
|
||
| 6. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using idx_c__parent__node_anno_4139 on facts_4139 facts1 (cost=0.00..35821.03 rows=3604 width=32) (actual time=.. rows= loops=)
|
||
| 7. | 0.000 | 0.000 | ↓ 0.0 |
→
Append (cost=0.00..21.05 rows=2 width=32) (actual time=.. rows= loops=) |
||
| 8. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on facts facts2 (cost=0.00..10.22 rows=1 width=32) (actual time=.. rows= loops=)
|
||
| 9. | 0.000 | 0.000 | ↓ 0.0 |
→
Index Scan using idx__exact_cover_4139 on facts_4139 facts2 (cost=0.00..10.83 rows=1 width=32) (actual time=.. rows= loops=)
|