File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ where <replaceable>mode</> is the name of the optimization mode to use.
121
121
<sect3 id="aqo-choosing-query-optimization-modes">
122
122
<title>Choosing Query Optimization Modes</title>
123
123
<para>
124
- If you often run queries of the same type, for example, you application limits the number
124
+ If you often run queries of the same type, for example, your application limits the number
125
125
of possible query types, you can use the <literal>intelligent</literal> mode to
126
126
improve planning for these queries. In this mode, <filename>aqo</filename>
127
127
analyzes each query execution and stores statistics. Statistics on queries of
@@ -170,7 +170,7 @@ SET aqo.mode = 'controlled';
170
170
When run in the <literal>intelligent</literal> mode, <filename>aqo</filename> assigns a unique hash value
171
171
to each query type to separate the collected statistics. If you
172
172
switch to the <literal>forced</literal> mode, the statistics for all untracked query
173
- types is stored in common query type with hash 0. You can view all
173
+ types is stored in a common query type with hash 0. You can view all
174
174
the processed query types and their corresponding hash values in
175
175
the <structname>aqo_query_texts</structname> table:
176
176
</para>
You can’t perform that action at this time.
0 commit comments