Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Tue, 17 Apr 2007 00:48:58 -0400
  • Message-id: <14986(dot)1176785338(at)sss(dot)pgh(dot)pa(dot)us>

"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group