Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)
Date
Msg-id 199905170117.VAA20976@candle.pha.pa.us
Whole thread Raw
In response to GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses 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>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] v6.5 release ToDo
Next
From: David Sauer
Date:
Subject: BUG report: ERROR: Cannot expand tables; ....