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

Commite64f769

Browse files
author
Liudmila Mantrova
committed
DOC: fix for PGPRO-328
1 parent9ca4a07 commite64f769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/aqo.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
k-NN algorithm, <filename>aqo</filename> improves cardinality estimation, which can optimize execution plans and, consequently, speed up query execution.
1414
</para>
1515
<para>The <filename>aqo</filename> module can collect statistics on all the executed
16-
queries and classify it according to the query type. If the
16+
queries, excluding the queries that access system relations.
17+
The collected statistics is classified by query type. If the
1718
queries differ in their constants only, they belong to the same
1819
type. For each type, <filename>aqo</filename> stores the cardinality quality, planning
1920
time, execution time, and execution statistics for machine learning. Based on this data, <filename>aqo</filename> builds a new query plan and uses it for the next query of the same type.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp