Re: Linux v.s. Mac OS-X Performance - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Linux v.s. Mac OS-X Performance
Date
Msg-id 20071112102221.380bac50@scratch
Whole thread Raw
In response to Re: Linux v.s. Mac OS-X Performance  (Steve Wampler <swampler@noao.edu>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 12 Nov 2007 10:47:29 -0700
Steve Wampler <swampler@noao.edu> wrote:

> Sam Mason wrote:
> > And what's the performance hit of using native 64bit code?  I'd
> > guess similar, moving twice as much data around with each pointer
> > has got to affect things.
> 
> That's probably difficult to predict.  Since the architecture is
> 64-bits, it shouldn't cost any more to move a 64-bit pointer around
> as a 32-bit one.  (Plus, I *think* you get more registers in 64-bit
> mode.)

It's all about the registers man... all extra 8 of them. Unless of
course you are running with >8GB of ram, then it is all about the
ability to use more than 2GB of shared memory.

Joshua D. Drake




- -- 

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564   24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997  http://www.commandprompt.com/
            UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHOJndATb/zqfZUUQRAjsLAJ4tzk65jzGRGMv33/voxCrqq7O/UACfQR6R
jO/YsOG+4Opq4y8QgoXrnQg=
=/dNT
-----END PGP SIGNATURE-----

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Linux v.s. Mac OS-X Performance
Next
From: "Todd A. Cook"
Date:
Subject: Re: [HACKERS] Is "query" a reserved word in 8.3 plpgsql?