Targeted CPU compilations

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: PgSQL Performance ML <pgsql-performance(at)postgresql(dot)org>
Subject: Targeted CPU compilations
Date: 2003-07-31 05:45:17
Message-ID: 1059630316.7508.368.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

Has anyone done any benchmarks to see if PG compiled for the target
CPU (Athlon XP, P4 Xeon, Pentium III, etc) is significantly more
efficient than when compiled for the i386? This should also apply
to Sparc, Alpha, etc.

Yes, more RAM and faster disks are extremely important, but when the
fast disks have sucked the commonly shared data into all that RAM,
the RAM cache will be exercise heavily, and that means lots of CPU.
Business logic embedded in SQL and stored procedures, and CRC (or
MD5) calculations would also be sped up.

--
+-----------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA |
| |
| "I'm not a vegetarian because I love animals, I'm a vegetarian |
| because I hate vegetables!" |
| unknown |
+-----------------------------------------------------------------+

Browse pgsql-performance by date

  From Date Subject
Next Message Rod Taylor 2003-07-31 12:11:58 Re: Possible problem with DOMAIN evaluation?
Previous Message Christopher Browne 2003-07-31 05:39:44 Possible problem with DOMAIN evaluation?