Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2efccfa

Browse files
author
Liudmila Mantrova
committed
DOC: aqo doc fixes
1 parent73f530d commit2efccfa

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 continuescollecting
94-
statistics for already known query types, if any.
93+
uses the default planner for all new queries, but continuesusing
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)

[8]ページ先頭

©2009-2025 Movatter.jp