- Prior to
PostgreSQL 7.3, the plan was
- emitted in the form of a NOTICE message. Now it
- appears as a query result (formatted like a table with a single
- text column).
+ Genetic query optimization (
GEQO) randomly
+ tests execution plans. Therefore, when the number of tables exceeds
+ geqo_threshold> causing genetic query optimization to be
+ used, the execution plan is likely to change each time the statement
+ is executed.
+