From: | William Yu <wyu(at)talisys(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Some quick Opteron 32-bit/64-bit results |
Date: | 2004-11-14 00:52:45 |
Message-ID: | cn6a8r$me7$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
I gave -O3 a try with -funroll-loops, -fomit-frame-pointer and a few
others. Seemed to perform about the same as the default -O2 so I just
left it as -O2.
Gustavo Franklin Nóbrega wrote:
> Hi Willian,
>
> Which are the GCC flags that you it used to compile PostgreSQL?
>
> Best regards,
>
> Gustavo Franklin Nóbrega
> Infraestrutura e Banco de Dados
> Planae Tecnologia da Informação
> (+55) 14 3224-3066 Ramal 209
> www.planae.com.br
>
>
>>I just finished upgrading the OS on our Opteron 148 from Redhat9 to
>>Fedora FC2 X86_64 with full recompiles of Postgres/Apache/Perl/Samba/etc.
>>
>>The verdict: a definite performance improvement. I tested just a few CPU
>>intensive queries and many of them are a good 30%-50% faster.
>>Transactional/batch jobs involving client machines (i.e. include fixed
>>client/networking/odbc overhead) seem to be about 10%-20% faster
>>although I will need run more data through the system to get a better
>>feel of the numbers.
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2004-11-14 01:36:12 | Re: Insertion puzzles |
Previous Message | Gustavo Franklin Nóbrega | 2004-11-14 00:14:03 | Re: Some quick Opteron 32-bit/64-bit results |