@@ -56,7 +56,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
5656 Rows Removed by Filter: 900
5757 Using aqo: true
5858 AQO mode: LEARN
59- JOINS: 0
59+ JOINS: 1
6060(16 rows)
6161
6262SELECT str AS result
@@ -83,7 +83,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
8383 Rows Removed by Filter: 900
8484 Using aqo: true
8585 AQO mode: LEARN
86- JOINS: 0
86+ JOINS: 1
8787(19 rows)
8888
8989SELECT str AS result
@@ -108,7 +108,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
108108 Rows Removed by Filter: 500
109109 Using aqo: true
110110 AQO mode: LEARN
111- JOINS: 0
111+ JOINS: 1
112112(17 rows)
113113
114114--query contains nodes that have already been predicted
@@ -134,7 +134,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
134134 Rows Removed by Filter: 500
135135 Using aqo: true
136136 AQO mode: LEARN
137- JOINS: 0
137+ JOINS: 1
138138(17 rows)
139139
140140SELECT str AS result
@@ -159,7 +159,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
159159 Rows Removed by Filter: 300
160160 Using aqo: true
161161 AQO mode: LEARN
162- JOINS: 0
162+ JOINS: 1
163163(17 rows)
164164
165165SELECT str AS result
@@ -184,7 +184,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
184184 Rows Removed by Filter: 600
185185 Using aqo: true
186186 AQO mode: LEARN
187- JOINS: 0
187+ JOINS: 1
188188(17 rows)
189189
190190SELECT str AS result
@@ -209,7 +209,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
209209 Rows Removed by Filter: 500
210210 Using aqo: true
211211 AQO mode: LEARN
212- JOINS: 0
212+ JOINS: 1
213213(17 rows)
214214
215215--query contains nodes that have already been predicted
@@ -235,7 +235,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
235235 Rows Removed by Filter: 600
236236 Using aqo: true
237237 AQO mode: LEARN
238- JOINS: 0
238+ JOINS: 1
239239(17 rows)
240240
241241SELECT str AS result
@@ -516,7 +516,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
516516 Output: b.y1, b.y2, b.y3
517517 Using aqo: true
518518 AQO mode: LEARN
519- JOINS: 1
519+ JOINS: 2
520520(24 rows)
521521
522522SELECT str AS result
@@ -548,7 +548,7 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
548548 Output: c.z1, c.z2, c.z3
549549 Using aqo: true
550550 AQO mode: LEARN
551- JOINS: 1
551+ JOINS: 2
552552(24 rows)
553553
554554RESET aqo.wide_search;
0 commit comments