Re: [Fwd: Re: GEQO randomness?] - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: [Fwd: Re: GEQO randomness?]
Date
Msg-id 20081105073120.GA21587@svana.org
Whole thread Raw
In response to [Fwd: Re: GEQO randomness?]  (Eric Schwarzenbach <Eric.J.Schwarzenbach.C88@alumni.upenn.edu>)
List pgsql-general
On Fri, Oct 31, 2008 at 06:57:25PM -0400, Eric Schwarzenbach wrote:
>
> My problem with GEQO using a random number generator is that
> non-deterministic behavior is really hard to debug, and problems can go
> undiagnosed for ages. Frankly I would rather something fail all the
> time, than it work most of the time and fail just now and then. Never
> getting a good plan for a query would be an improvement because I would
> immediately be aware there's a problem and be forced to something about
> it, as opposed to maybe realizing there is going to *sometimes* be a
> problem.

I havn't seem any explains here showing wildly different results, but
GEQO is not nearly as non-deterministic as you suggest. The problem is
that if you are joining 100 tables it might take the length of the
universe to check all combinations. GEQO is an algorithm to find a
pretty good plan, and by and large it works well.

If you don't like it, turn it off (it's called geqo_threshold of
something like that). Or post some actual examples of it going wrong.
Seems to me like your stats are out to lunch, which means postgres
can't find the best planeven if it wanted to.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Attachment

pgsql-general by date:

Previous
From: Christian Schröder
Date:
Subject: Re: Storage location of temporary files
Next
From: Tomasz Ostrowski
Date:
Subject: Re: Storage location of temporary files