Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Onyx <omueller(at)i3(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips
Date: 2005-10-18 23:05:40
Message-ID: 1129676740.15546.17.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2005-10-18 at 16:35, Onyx wrote:
> Hello Everyone,
> Does anyone know if PostgreSQL supports running on dual processors,
> and will efficiently utilize the dual processors for performance?
> More specifically, will PostgreSQL utilize the dual processor
> performance of using dual-core AMD chips? Any information would be
> helpful...

Yes. As long as it's on an OS that supports SMP, PostgreSQL can use >1
CPU. However, it each process can only use ONE CPU at at time, so if
you only are running batch files or other single user type things, then
the second CPU may not be as much use. OTOH, only certain data
warehouse queries could really benefit from spreading a single query
across multiple processors, so it's not a big deal for 95% of all
postgresql installs.

Note that there's usually plenty for the OS to do, so even in the case
of datawarehousing, the second CPU often makes a marked difference in
performance.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2005-10-18 23:19:37 Re: Wrong charset?
Previous Message Tony Caduto 2005-10-18 22:16:59 Re: A good client