Re: join over 12 tables takes 3 secs to plan - Mailing list pgsql-performance

From Hilmar Lapp
Subject Re: join over 12 tables takes 3 secs to plan
Date
Msg-id C65E5887-1EB1-11D7-9B10-000393B4BFF6@gmx.net
Whole thread Raw
In response to Re: join over 12 tables takes 3 secs to plan  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: join over 12 tables takes 3 secs to plan  ("Charles H. Woloszynski" <chw@clearmetrix.com>)
Re: join over 12 tables takes 3 secs to plan  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-performance
On Thursday, January 2, 2003, at 04:01  PM, Ron Johnson wrote:

>
> Could it be that PG isn't the proper tool for the job?  Of course,
> at USD20K/cp, Oracle may be slightly out of budget.
>
>

We are in fact an Oracle shop, but the application I tried to get
running (http://trackplus.sourceforge.net/) I wanted to run on an OSS
RDBMS so that I could easily move it onto my laptop etc (BTW apparently
it was primarily developed on InterBase/Firebird). Anyway, I was able
to cut the planning time for those queries in half by setting
geqo_pool_size to 512. However, now it gets stuck for an excessive
amount of time after the issue update page and I have no idea what's
going on, and I'm not in the mood to track it down. So finally I'm
giving up and I'm rolling it out on MySQL on which it is working fine,
even though I don't like MySQL to say the least.

    -hilmar

--
-------------------------------------------------------------
Hilmar Lapp                            email: lapp at gnf.org
GNF, San Diego, Ca. 92121              phone: +1-858-812-1757
-------------------------------------------------------------


pgsql-performance by date:

Previous
From: Ron Johnson
Date:
Subject: Re: join over 12 tables takes 3 secs to plan
Next
From: "Charles H. Woloszynski"
Date:
Subject: Re: join over 12 tables takes 3 secs to plan