Re: utilising multi-cpu/core machines?

From: Sven Geisler <sgeisler(at)aeccom(dot)com>
To: Thomas Finneid <tfinneid(at)student(dot)matnat(dot)uio(dot)no>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: utilising multi-cpu/core machines?
Date: 2007-09-07 09:50:15
Message-ID: 46E11ED7.3020708@aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi Thomas,

PostgreSQL does scale up very well. But you have to keep in mind that
this also depends on profile of the application you're on PostgreSQL.

Insufficient memory and slow disk systems can interfere PostgreSQL.
Another issue is contention if the server has more than 4 cpus.
(Please check out discussions about "context strom" in this group.)

Anyhow, I had create a benchmark for my company which shows the scale up
of PostgreSQL 8.1.4. This benchmark does try to enforce contention
because of the profile of our application.

Clients/scale-up factor
1 1
2 1,78
3 2,47
4 3,12
5 3,62
6 4,23
7 4,35
8 4,79
9 5,05
10 5,17

Scale-up factor is relative to one client the number of completed
queries in a time frame. (throughput)

This test was done on a 16 core Intel-box (4-way Xeon E7340).

The results of TPC-B benchmark are looking similar.

Sven.

Thomas Finneid schrieb:
> Hi
>
> I couldnt find any specifics on this subject in the documentation, so I
> thought I'd ask the group.
>
> how does pg utilise multi cpus/cores, i.e. does it use more than one
> core? and possibly, how, are there any documentation about this.
>
> thomas
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

--
Sven Geisler <sgeisler(at)aeccom(dot)com> Tel +49.30.921017.81 Fax .50
Senior Developer, AEC/communications GmbH & Co. KG Berlin, Germany

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Michael Stone 2007-09-07 10:04:49 Re: SAN vs Internal Disks
Previous Message Florian Weimer 2007-09-07 09:38:25 Re: postgres memory management issues?