| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | wade <wade(at)wavefire(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Query performance. 7.2.3 Vs. 7.3 |
| Date: | 2002-11-29 02:38:59 |
| Message-ID: | 1038537539.379.61.camel@tokyo |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, 2002-11-28 at 21:23, Tom Lane wrote:
> wade <wade(at)wavefire(dot)com> writes:
> > Explain output can be found at http://arch.wavefire.com/72v73a.txt
>
> The difference evidently is that 7.3 chooses a mergejoin where 7.2
> picks a hashjoin.
I was looking at this a bit in IRC, and I was more concerned by the fact
that 7.3 was 20% than 7.2 on the same hardware, when they both used the
same query plan (consider the data at the end of the URL above, after
the execution of 'SET enable_mergejoin = off;').
Also, is it expected that the cardinality estimates for join steps won't
be very accurate, right? (estimated: 19 rows, actual: 765 rows)
Cheers,
Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-11-29 02:46:09 | Re: nested transactions |
| Previous Message | Bruce Momjian | 2002-11-29 02:35:13 | Re: nested transactions |