Re: Which qsort is used

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Which qsort is used
Дата
Msg-id 20051215170622.GE40699@pervasive.com
обсуждение исходный текст
Ответ на Re: Which qsort is used  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Ответы Re: Which qsort is used
Re: Which qsort is used
Список pgsql-hackers
On Thu, Dec 15, 2005 at 12:10:37AM -0500, Qingqing Zhou wrote:
> 
> On Wed, 14 Dec 2005, Luke Lonergan wrote:
> >
> > Overall - I'd say that the BSD routine is showing the best overall results
> > when the scale test is included.  The qsortG routine has some significantly
> > better performance in certain cases at smaller sort set sizes - it could
> > probably be improved for better L2 use, but BSD is already there.
> >
> > Based on this it seems like we should expose the option to choose the BSD
> > qsort routine at configure time.
> >
> 
> Before we pin down this, I hope more extensive tests on various platforms
> could be done. So we could give some suggestions when we should enable the
> "--enable-bsdqsort" option. I can post a result on a SunOS machine (but
> the problem is that many ppl share this machine) and a windows machine.

I have access to both some (SLOW) ultra5's and a machine running
opensolaris on AMD if testing there would help. I'll need a pointer to a
patch and test-case though...

Oh, I also have access to an old SGI...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: 7.3 failure on platypus
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Automatic function replanning