Re: [PERFORM] postgresql geqo optimization

2006-02-10 Thread Steinar H. Gunderson
On Fri, Feb 10, 2006 at 08:46:14PM -0500, uwcssa wrote: > I am wondering if anyone here ever had complex queries that the GEQO fails > to work properly, i.e., finds a terrible query plan as compared to one > found by DP optimizer (by forcing Postgresql always uses DP).This is > important to me

[PERFORM] postgresql geqo optimization

2006-02-10 Thread uwcssa
I have a question with regard to GEQO optimizer of Postgresql.   For complex queries with over 12 tables in a join, (12 is the default value), the Postgresql optimizer by default will not use the dynamic programming style optimizer. Instead, it uses genetic algorithm to compute a sub-optimal query