Re: GEQO Benchmark

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: GEQO Benchmark
Дата
Msg-id 1211993560.4489.583.camel@ebony.site
обсуждение исходный текст
Ответ на Re: GEQO Benchmark  ("Tarcizio Bini" <tarcizioab@c3sl.ufpr.br>)
Ответы Re: GEQO Benchmark
Список 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 по дате отправления:

Предыдущее
От: "Tarcizio Bini"
Дата:
Сообщение: Re: GEQO Benchmark
Следующее
От: "Tarcizio Bini"
Дата:
Сообщение: Re: GEQO Benchmark