From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
Cc: | Andrew Sullivan <ajs(at)crankycanuck(dot)ca>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Quad Xeon vs. Dual Itanium |
Date: | 2004-02-13 17:19:39 |
Message-ID: | 200402131719.i1DHJdh00282@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
scott.marlowe wrote:
> On Fri, 13 Feb 2004, Andrew Sullivan wrote:
>
> > On Mon, Feb 09, 2004 at 12:46:58PM -0500, Christopher Browne wrote:
> > > Lots of people have been running it on 64 bit systems for _years_ now.
> > > The Digital Alpha architecture, for instance, was introduced in the
> > > 1992, and Sun UltraSPARC in 1995. PostgreSQL has been running well on
> > > these sorts of systems for a lot of years now.
> >
> > But actually, there are problems with using postgres as a 64 bit
> > application on Solaris. It works, and it's reliable, but I've never
> > seen any evidence that it helps anything (and I've looked plenty).
>
> I wonder if this would hold true when running 64 bit linux on Sparc
> hardware... Could well be that the reason 64 bit is no faster than 32 bit
> is that Solaris is just not a very fast platform for Postgresql, so any
> improvements running 64 bit pgsql are lost in the Solaris/Postgresql mix.
64-bits isn't faster than 32, and can be slower because of the longer
pointer length, decreasing cache performance. The major advantage to
64-bits is accessing more the 4gb of RAM.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Campano, Troy | 2004-02-13 17:26:07 | timestamp/date comparison |
Previous Message | Steve Atkins | 2004-02-13 17:18:24 | Re: Quad Xeon vs. Dual Itanium |