Re: Processor optimization compile options?

From: "Alexander Kirpa" <postgres(at)bilteks(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Processor optimization compile options?
Date: 2004-12-20 04:45:11
Message-ID: 41C674F7.11670.6A82BE2@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Starting from 7.4.1 on P4 and FreeBSD 5.x (exclude 5.0 - gcc in this
edition have optimization error)
I use next configure command
----------------------------------
./configure --prefix=/opt/postgres-7.4.1 --with-pgport=5432
--with-pam --enable-syslog --enable-depend
'CFLAGS= -O3 -pipe -mfpmath=sse -msse2 -msse
-mmmx -march=pentium4 -mcpu=pentium4'
---------------------------------
w/o any problem.
As I remember improvement as always task depended and
have 30-100%.

Best regards,
Alexander Kirpa

Browse pgsql-performance by date

  From Date Subject
Next Message Grega Bremec 2004-12-20 04:48:35 Re: PG Logging is Slow
Previous Message Bruce Momjian 2004-12-20 04:31:24 Re: PG Logging is Slow