Re: [GENERAL] Re : Solaris Performance - Profiling (Solved)

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: [GENERAL] Re : Solaris Performance - Profiling (Solved)
Дата
Msg-id m3k7ro6auv.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Re : Solaris Performance - Profiling (Solved)  (Justin Clift <justin@postgresql.org>)
Список pgsql-hackers
mlw <markw@mohawksoft.com> writes:

> I noticed poor performance on Solaris, does one see this problem
> when compiling PostgreSQL with gcc on solaris?

Since it's libc that's the culprit, I would imagine so.

> As a suggestion, why not find the *best* version of qsort available,
> anywhere, and always use that version on all platforms?

Because qsort() is *supposed* to be optimized by the vendor for their
platform, perhaps even written in assembler.  It makes sense to trust
the vendor except when their implementation is provably pessimized.

-Doug
-- 
Doug McNaught       Wireboard Industries      http://www.wireboard.com/
     Custom software development, systems and network consulting.     Java PostgreSQL Enhydra Python Zope Perl Apache
LinuxBSD...
 


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: [GENERAL] Re : Solaris Performance - Profiling (Solved)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: command.c breakup