Re: Postgresql on SUN Server

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Guillaume Houssay <ghoussay(at)noos(dot)fr>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql on SUN Server
Date: 2003-05-23 20:01:04
Message-ID: Pine.LNX.4.33.0305231355020.2894-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Fri, 23 May 2003, Guillaume Houssay wrote:

> My client has some SUN server type SUN Server Enterprise4500 (64bits).
>
> He proposes me to install Postgresql on his server instead of buying a
> Dell Server Poweredge 4600 (32bits)

Depending on the how many CPUs it has and what not, the E4500 may not be
much faster, or may even be slower. but it should be rock solid reliable,
the E seris are nearly bulletproof hardware.

> What is the difference in terms of installation, running and
> maintenance of installing postgresql on a 64bit server than on a 32bit
> server.

None really. You may as well set --enable-integer-datetimes when
compiling since there should be no great performance penalty for running
64 bit values for datetime.

Other than that, no great difference. note that being on 64 bit hardware
means you can likely have much more shared buffer memory than on X86
hardware, where you're limited to ~2 gig.

> Is the difference only at the OS level which is redhat or are there
> impacts on the database ?

Mostly the OS. I know RedHat had dropped their Sparc line, but there is a
project out there (can't recall the name, but you can google for it) that
'ports' RedHat's releases to Sparc hardware.

Debian maintains a Sparc port if you want to use debian.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cameron B. Prince 2003-05-23 20:06:13 Query Output Formatting - Y/N Depending On Count
Previous Message Guillaume Houssay 2003-05-23 19:49:14 Postgresql on SUN Server

Browse pgsql-hackers by date

  From Date Subject
Next Message Nailah Ogeer 2003-05-23 20:11:50 Testing patches
Previous Message Guillaume Houssay 2003-05-23 19:49:14 Postgresql on SUN Server