File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 $
33PostgreSQL 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>
You can’t perform that action at this time.
0 commit comments