From: | Mike Mascari <mascarm(at)mascari(dot)com> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | RE: Any optimizations to the join code in 7.1? |
Date: | 2001-04-27 15:46:47 |
Message-ID: | 01C0CF0F.BE00DAC0.mascarm@mascari.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Sorry for the delay in the response. It took be a day to get
everything upgraded to 7.1. To restate the problem - in 7.0 with
GEQO enabled, a 15-way join took 10 seconds. With GEQO disabled it
took 18 seconds. 7.1 out of the box took only 2 seconds! I was amazed
and shocked at this damned impressive improvement in planning
speed....until I actually used the explicit JOIN syntax described in
11.2. Instanteous results! Instantaneous.....
Thanks a bunch,
(still in shock)
Mike Mascari
mascarm(at)mascari(dot)com
-----Original Message-----
From: Tom Lane [SMTP:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Wednesday, April 25, 2001 12:42 PM
To: mascarm(at)mascari(dot)com
Cc: 'pgsql-hackers(at)postgresql(dot)org'
Subject: Re: [HACKERS] Any optimizations to the join code in 7.1?
Mike Mascari <mascarm(at)mascari(dot)com> writes:
> I have a particular query which performs a 15-way join;
You should read
http://www.postgresql.org/devel-corner/docs/postgres/explicit-join
s.html
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Kirkwood | 2001-04-27 16:03:00 | Archived redo logs / Managed recovery mode? |
Previous Message | Dominic J. Eidson | 2001-04-27 15:39:10 | Patch to include PAM support... |