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

Commit 2efccfa

Browse files
author
Liudmila Mantrova
committed
DOC: aqo doc fixes
1 parent 73f530d commit 2efccfa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/aqo.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ DROP EXTENSION aqo;
9090
<listitem>
9191
<para>
9292
<literal>controlled</literal> &mdash; this mode
93-
uses the default planner for all new queries, but continues collecting
94-
statistics for already known query types, if any.
93+
uses the default planner for all new queries, but continues using
94+
the previously specified planning settings for already known query types, if any.
9595
</para>
9696
</listitem>
9797
<listitem>
@@ -111,7 +111,7 @@ SET aqo.mode = '<replaceable>mode</>';
111111
</programlisting>
112112
where <replaceable>mode</> is the name of the optimization mode to use.
113113
</para>
114-
<important><para>The intelligent mode of <filename>aqo</filename>
114+
<important><para>The <literal>intelligent</literal> mode of <filename>aqo</filename>
115115
may not work well if the queries in your workload are of multiple
116116
different types. In this case, you can try resetting the optimization mode to <literal>controlled</literal>.</para>
117117
</important>
@@ -255,7 +255,8 @@ UPDATE aqo_queries SET learn_aqo=false
255255
</programlisting>
256256

257257
<para>
258-
If your data or query distribution is rapidly changing, obsolete statistics may affect <filename>aqo</filename> performance. After a while, <filename>aqo</filename> will learn the new statistics, but it may take longer than expected. To speed up learning, reset the
258+
If your data or query distribution is rapidly changing, learning new statistics will take longer than usual.
259+
In this case, obsolete statistics may affect performance. To speed up <filename>aqo</filename> learning, reset the
259260
statistics. To remove all the collected machine learning
260261
statistics, run the following command:
261262
</para>

0 commit comments

Comments
 (0)