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

Commit138fdf3

Browse files
committed
Update EXPLAIN wording for GEQO usage.
1 parent413d492 commit138fdf3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎doc/src/sgml/ref/explain.sgml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.35 2005/01/04 00:39:53 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.36 2006/01/20 16:41:55 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -151,11 +151,13 @@ ROLLBACK;
151151
</para>
152152

153153
<para>
154-
Prior to <productname>PostgreSQL</productname> 7.3, the plan was
155-
emitted in the form of a <literal>NOTICE</literal> message. Now it
156-
appears as a query result (formatted like a table with a single
157-
text column).
154+
Genetic query optimization (<acronym>GEQO</acronym>) randomly
155+
tests execution plans. Therefore, when the number of tables exceeds
156+
<varname>geqo_threshold</> causing genetic query optimization to be
157+
used, the execution plan is likely to change each time the statement
158+
is executed.
158159
</para>
160+
159161
</refsect1>
160162

161163
<refsect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp