Re: New to PostgreSQL, performance considerations

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: New to PostgreSQL, performance considerations
Date: 2006-12-12 16:08:14
Message-ID: Pine.GSO.4.64.0612121058230.7466@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, 12 Dec 2006, Tom Lane wrote:

> 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.

The point that I failed to make clear is that expecting Mike's system to
perform like Daniel's just because they have similar processors isn't
realistic, considering the changes that happened in the underlying
hardware during that period. Having very different memory subsystems will
shift which optimizations are useful and which have minimal impact even if
the processor is basically the same.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2006-12-12 16:11:06 Re: New to PostgreSQL, performance considerations
Previous Message David Boreham 2006-12-12 15:58:21 Re: New to PostgreSQL, performance considerations