Re: Serious Performance Loss in 7.0.2?? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Serious Performance Loss in 7.0.2??
Date
Msg-id 20000713133112W.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Serious Performance Loss in 7.0.2??  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> All else being equal that is.  Since this is a sort on a char() field,
> perhaps all else is not equal.  In particular I'm suddenly wondering
> if your 7.0 installation was compiled with LOCALE or MULTIBYTE support
> and your 6.5 not.  A few tens of thousands of strcoll() calls to do the
> sort comparisons might account for the slowdown...

Just to clarify, MULTIBYTE never calls strcoll() as far as I know.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Some Improvement
Next
From: Tom Lane
Date:
Subject: Re: Some Improvement