Re: Solaris Performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Solaris Performance
Дата
Msg-id 12313.1012857133@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Solaris Performance  ("P.J. \"Josh\" Rovero" <rovero@sonalysts.com>)
Список pgsql-general
"P.J. \"Josh\" Rovero" <rovero@sonalysts.com> writes:
> For non-postgresql applications, the Suns are
> typically faster than the HPs.  While direct
> comparisons are always dangerous, the SPARC
> chips are clocked at about 2-3 times what
> the PA-RISC chips are.

> The postgresql performance on Solaris is
> an order of magnitude (10x) slower than
> Linux x86 at same CPU clock speed.

Hmm.  So can you figure out where the time is going?  What do you see
with top, iostat, vmstat, ...?  Can you recompile with profiling (gmake
clean, gmake PROFILE=-pg all typically works on gcc platforms) and learn
something about where the backend is spending its time?

            regards, tom lane

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

Предыдущее
От: "P.J. \"Josh\" Rovero"
Дата:
Сообщение: Re: Solaris Performance
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Solaris Performance