Re: query optimizer

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jungmin shin" <jungmin(dot)shin(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: query optimizer
Date: 2007-04-17 04:48:58
Message-ID: 14986.1176785338@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"jungmin shin" <jungmin(dot)shin(at)gmail(dot)com> writes:
> As I see the documentation of postgres, postgres use genetic algorithm for
> query optimization rather than system R optimizer. right?

Only for queries with more than geqo_threshold relations. The join
search algorithm for smaller queries is a System-R-like dynamic
programming method.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message marcelo Cortez 2007-04-17 05:59:05 Re: string fields helps
Previous Message jungmin shin 2007-04-17 04:20:23 query optimizer