Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: GEQO status? - Mailing list pgsql-hackers

From Ed Loehr
Subject Re: GEQO status?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: GEQO status?  (Peter Eisentraut <[email protected]>)
Responses Re: GEQO status?
List pgsql-hackers
Tom Lane wrote:
> 
> The choices made by GEQO are intentionally random, so I would expect
> variation in tuple output order even for repetitions of the identical
> query.  If you got a semantically different result, that would indeed
> be a bug.  But it would most likely be a bug in the core planner, since
> GEQO has essentially no influence over whether the produced plan is
> correct or not.  GEQO merely forces specific choices of join order.
> All else is in the core planner.

You can remove the randomness by setting the Seed configuration value, if
the docs are correct.

Regards,
Ed Loehr


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GEQO status?
Next
From: Tom Lane
Date:
Subject: Re: GEQO status?