Re: Query performance. 7.2.3 Vs. 7.3 - Mailing list pgsql-hackers

From wade
Subject Re: Query performance. 7.2.3 Vs. 7.3
Date
Msg-id 3.0.32.20021129083610.01605dc0@mail.wavefire.com
Whole thread Raw
In response to Query performance. 7.2.3 Vs. 7.3  (wade <wade@wavefire.com>)
List pgsql-hackers
At 09:58 PM 11/28/02 -0500, you wrote:
>Hm.  Are we sure that both versions were built with the same
>optimization level, etc?  (My private bet is that Wade's 7.2 didn't
>have multibyte or locale support --- but that's a long shot when we
>don't know the datatypes of the columns being joined on...)
>
>> Also, is it expected that the cardinality estimates for join steps won't
>> be very accurate, right? (estimated: 19 rows, actual: 765 rows)
OK, I've updated the link http://arch.wavefire.com/72v73a.txt to include
the table schema for those involved in the query.  As far as locale suport
et al, I can tell you that both are built using a straigh, out-of-the-box
./configure.
>
>Well, it'd be nice to do better --- I was hoping Wade would look into
>why the row estimates were off so much.
I'd love to :).  But where to start? Can you point me at a thread where a
similar procedure was explained to someone else?-Wade
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to compile postgres source code in VC++
Next
From: Manfred Koizar
Date:
Subject: Re: nested transactions