| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Aggregate (cost=55922.53..55922.54 rows=1 width=0) (actual time=.. rows= loops=) |
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
HashAggregate (cost=55922.41..55922.46 rows=5 width=48) (actual time=.. rows= loops=) |
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Nested Loop (cost=0.00..55922.31 rows=5 width=48) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Append (cost=0.00..18923.03 rows=1863 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__text__node_anno_3701 on facts_3701 facts1 (cost=0.00..18912.80 rows=1862 width=32) (actual time=.. rows= loops=)
|
||
| 7. | 0.000 | 0.000 | ↓ 0.0 |
→
Append (cost=0.00..19.83 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_3701 on facts_3701 facts2 (cost=0.00..9.60 rows=1 width=32) (actual time=.. rows= loops=)
|