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

Commit e64f769

Browse files
author
Liudmila Mantrova
committed
DOC: fix for PGPRO-328
1 parent 9ca4a07 commit e64f769

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)