Re: GEQO Benchmark - Mailing list pgsql-performance

From Simon Riggs
Subject Re: GEQO Benchmark
Date
Msg-id 1211993560.4489.583.camel@ebony.site
Whole thread Raw
In response to Re: GEQO Benchmark  ("Tarcizio Bini" <tarcizioab@c3sl.ufpr.br>)
Responses Re: GEQO Benchmark
List pgsql-performance
On Wed, 2008-05-28 at 13:13 -0300, Tarcizio Bini wrote:

> Of course, the geqo_threshold can be changed so that the geqo be
> performed in queries that have less than 12 tables. However, we aim to
> test the GEQO algorithm in conditions where the standard algorithm
> (dynamic programming) has a high cost to calculate the query plan.

My understanding is the GEQO cannot arrive at a better plan than the
standard optimizer, so unless you wish to measure planning time there
isn't much to test. What is the quality of the plans it generates? Well
that varies according to the input; sometimes it gets the right plan,
other times it doesn't get close.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-performance by date:

Previous
From: "Tarcizio Bini"
Date:
Subject: Re: GEQO Benchmark
Next
From: "Tarcizio Bini"
Date:
Subject: Re: GEQO Benchmark