Re: New to PostgreSQL, performance considerations

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: New to PostgreSQL, performance considerations
Date: 2006-12-12 06:47:28
Message-ID: 25262.1165906048@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Greg Smith <gsmith(at)gregsmith(dot)com> writes:
> On Mon, 11 Dec 2006, Michael Stone wrote:
>> Can anyone else reproduce these results? I'm on similar hardware (2.5GHz P4,
>> 1.5G RAM)...

> There are two likely candidates for why Daniel's P4 3.0GHz significantly
> outperforms your 2.5GHz system.

Um, you entirely missed the point: the hardware speedups you mention are
quite independent of any compiler options. The numbers we are looking
at are the relative speeds of two different compiles on the same
hardware, not whether hardware A is faster than hardware B.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Florian Weimer 2006-12-12 07:39:16 Re: Low throughput of binary inserts from windows to linux
Previous Message Greg Smith 2006-12-12 06:35:04 Re: New to PostgreSQL, performance considerations