Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?
Date: 2004-08-17 16:38:47
Message-ID: 5548.1092760727@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ed L." <pgsql(at)bluepolka(dot)net> writes:
> $ file `which psql`
> /opt/pgsql/postgresql-8.0.0beta1/bin/psql: ELF-32 executable object file
> - IA64

> This is the same for *many* of the executables in /bin. Does this mean it
> is a 32-bit executable?

Looks like it to me.

> Does it also, therefore, mean that is not taking
> advantage of the 64-bit hardware? If so, is there something special I need
> to pass to pgsql's configure to get it to build 64-bit executables to fully
> exploit this expensive hardware?

I wouldn't panic. 99% of the value of a 64-bit box for database work
is that you can handle more than 4Gb worth of RAM for disk cache. Since
in Postgres's worldview most of the disk caching is supposed to be done
by the kernel, it really matters not whether the Postgres executables
think they are 32-bit or 64-bit. All you need is a 64-bit kernel.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sukow 2004-08-17 16:48:20 PANIC: btree_split_redo: lost left sibling?
Previous Message Ed L. 2004-08-17 16:24:50 Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?