Re: Reallife szenario for GEQO

From: Richard Huxton <dev(at)archonet(dot)com>
To: Bernd Helmle <mailings(at)oopsware(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: Reallife szenario for GEQO
Date: 2004-01-13 11:48:18
Message-ID: 200401131148.18751.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 13 January 2004 09:50, Bernd Helmle wrote:
> Have anyone made such a comparison, or have experiences
> which szenarios, where the GEQO has improved the query plan generation
> in contrast to "traditional" solutions? This will be very helpful (and
> interesting) ....

I don't think it's that it provides a better plan, just that it comes up with
a quicker solution. Searching all possible paths is not practical for a large
number of tables, so you need another approach.

Google for "travelling salesman problem" for discussion of the sort of
thinking behind it.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message William ZHANG 2004-01-13 11:59:47 Re: Some basic SQL Questions
Previous Message Anton.Nikiforov 2004-01-13 11:48:07 Re: insertion with trigger failed unexpectedly