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

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Tips and tunning for pgsql on HP-UX PA-RISC (RP3410)
Date: 2005-01-20 09:21:09
Message-ID: csnt63$240$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ragnar Hafstað 2005-01-20 09:23:58 Re: index scan of whole table, can't see why
Previous Message andrew 2005-01-20 05:00:32 Re: index scan of whole table, can't see why