Search Postgresql Archives

Re: query optimizer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"jungmin shin" <jungmin.shin@xxxxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux