File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -135,17 +135,17 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%';
135
135
Hash Join (actual rows=70000 loops=1)
136
136
AQO not used
137
137
Output: a.x1, b.y1
138
- Hash Cond: (b.y1 = a.x1 )
139
- -> Seq Scan on public.b (actual rows=1000 loops=1)
140
- AQO: rows=1000, error=0%
141
- Output: b.y1, b.y2, b.y3
142
- -> Hash (actual rows=700 loops=1 )
143
- Output: a.x1
144
- -> Seq Scan on public.a (actual rows=700 loops=1)
145
- AQO not used
146
- Output: a.x1
147
- Filter: ((a.x1 > 2) AND (a.x2 > 2))
148
- Rows Removed by Filter: 300
138
+ Hash Cond: (a.x1 = b.y1 )
139
+ -> Seq Scan on public.a (actual rows=700 loops=1)
140
+ AQO not used
141
+ Output: a.x1, a.x2, a.x3
142
+ Filter: ((a.x1 > 2) AND (a.x2 > 2) )
143
+ Rows Removed by Filter: 300
144
+ -> Hash (actual rows=1000 loops=1)
145
+ Output: b.y1
146
+ -> Seq Scan on public.b (actual rows=1000 loops=1)
147
+ AQO: rows=1, error=-99900%
148
+ Output: b.y1
149
149
Using aqo: true
150
150
AQO mode: LEARN
151
151
JOINS: 0
You can’t perform that action at this time.
0 commit comments