Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)
Дата
Msg-id 199905170117.VAA20976@candle.pha.pa.us
обсуждение исходный текст
Ответ на GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)  (Oleg Bartunov <oleg@sai.msu.su>)
Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I have observed that the regular optimizer requires about 50MB to plan
> some ten-way joins, and can exceed my system's 128MB process data limit
> on some eleven-way joins.  We currently have the GEQO threshold set at
> 11, which prevents the latter case by default --- but 50MB is a lot.
> I wonder whether we shouldn't back the GEQO threshold off to 10.
> (When I suggested setting it to 11, I was only looking at speed relative
> to GEQO, not memory usage.  There is now a *big* difference in memory
> usage...)  Comments?

You chose 11 by comparing GEQO with non-GEQO.  I think you will find
that with your improved GEQO, GEQO is faster for smaller number of
joins, preventing the memory problem.  Can you check the speeds again?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] v6.5 release ToDo
Следующее
От: David Sauer
Дата:
Сообщение: BUG report: ERROR: Cannot expand tables; ....