Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6383ae3

Browse files
author
Liudmila Mantrova
committed
Fixed typos in aqo docs
1 parent 544c8ee commit 6383ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/aqo.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ where <replaceable>mode</> is the name of the optimization mode to use.
121121
<sect3 id="aqo-choosing-query-optimization-modes">
122122
<title>Choosing Query Optimization Modes</title>
123123
<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
125125
of possible query types, you can use the <literal>intelligent</literal> mode to
126126
improve planning for these queries. In this mode, <filename>aqo</filename>
127127
analyzes each query execution and stores statistics. Statistics on queries of
@@ -170,7 +170,7 @@ SET aqo.mode = 'controlled';
170170
When run in the <literal>intelligent</literal> mode, <filename>aqo</filename> assigns a unique hash value
171171
to each query type to separate the collected statistics. If you
172172
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
174174
the processed query types and their corresponding hash values in
175175
the <structname>aqo_query_texts</structname> table:
176176
</para>

0 commit comments

Comments
 (0)