Re: join over 12 tables takes 3 secs to plan

From: Hilmar Lapp <hlapp(at)gmx(dot)net>
To: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
Cc: PgSQL Performance ML <pgsql-performance(at)postgresql(dot)org>
Subject: Re: join over 12 tables takes 3 secs to plan
Date: 2003-01-03 00:24:51
Message-ID: C65E5887-1EB1-11D7-9B10-000393B4BFF6@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc 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
-------------------------------------------------------------

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Charles H. Woloszynski 2003-01-03 00:36:12 Re: join over 12 tables takes 3 secs to plan
Previous Message Daniel Bruce Lynes 2003-01-03 00:17:28 Re: Unable to download/compile postgresql.jar for PG 7.3 with JDK 1.4.1

Browse pgsql-performance by date

  From Date Subject
Next Message Charles H. Woloszynski 2003-01-03 00:36:12 Re: join over 12 tables takes 3 secs to plan
Previous Message Ron Johnson 2003-01-03 00:01:10 Re: join over 12 tables takes 3 secs to plan