Re: Tips and tunning for pgsql on HP-UX PA-RISC (RP3410) - Mailing list pgsql-performance

From William Yu
Subject Re: Tips and tunning for pgsql on HP-UX PA-RISC (RP3410)
Date
Msg-id csnt63$240$1@news.hub.org
Whole thread Raw
In response to Tips and tunning for pgsql on HP-UX PA-RISC (RP3410)  (Gustavo Franklin Nóbrega <gfnobrega@planae.com.br>)
List pgsql-performance
Well you probably will need to run your own tests to get a conclusive
answer. It should be that hard -- compile once with gcc, make a copy of
the installed binaries to pgsql.gcc -- then repeat with the HP compiler.

In general though, gcc works best under x86 computers. Comparisons of
gcc on x86 versus Itanium versus PPC show binaries compiled for Itanium
and PPC drastically underperform compared to gcc/x86. I suspect it's
probably the same situation for HP-UX.


Gustavo Franklin Nóbrega wrote:
> Hi,
>
> Anyone have tips for performance of Postgresql, running on HP-UX 11.11,
> PA-RISC (HP RP3410)? What is better compiler (GCC or HP C/ANSI), flags of
> compilation, kernel and FS tunning?
>
> I have installed pgsql, and compiled with gcc -O2
> -fexpensive-optimizations flags only.
>
> Another question: Postgres running well on HP-UX? What is the better:
> HP-UX or Linux on HP RP3410?
>
> Thanks!
>
>
> Gustavo Franklin Nóbrega
> Infraestrutura e Banco de Dados
> Planae Tecnologia da Informação
> (+55) 14 3224-3066 Ramal 209
> www.planae.com.br
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

pgsql-performance by date:

Previous
From: andrew@pillette.com
Date:
Subject: Re: index scan of whole table, can't see why
Next
From: Ragnar Hafstað
Date:
Subject: Re: index scan of whole table, can't see why