Re: AMD vs Intel

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Johan Loubser *EXTERN*" <johanl(at)sun(dot)ac(dot)za>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: AMD vs Intel
Date: 2013-09-04 10:41:00
Message-ID: A737B7A37273E048B164557ADEF4A58B17C1AAAF@ntex2010a.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Johan Loubser wrote:
> I am tasked with getting specs for a postgres database server for the
> core purpose of running moodle at our university.
> The main question is at the moment is 12core AMD or 6/8core (E Series)
> INTEL.
>
> What would be the most in portend metric in planning an enterprise level
> server for moodle.

I know too little about hardware to give an answer, but there are a few
things to consider:

- The faster each individual core is, the faster an individual
query will be processed (in-memory sorting, hash tables etc.).

- More cores will help concurrency, but maybe not a lot: often it is
I/O bandwidth that is the limiting factor for concurrency.

I think the best thing would be to estimate the amount of data,
concurrent users and operations per second you expect.

There is the excellent book "PostgreSQL High Performance" by Greg Smith
that I would recommend to read.

Yours,
Laurenz Albe

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message David Boreham 2013-09-04 13:14:53 Re: AMD vs Intel
Previous Message Johan Loubser 2013-09-04 09:01:07 AMD vs Intel