Re: Performance

From: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
To: mark(at)vestnesis(dot)lv
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Performance
Date: 2002-01-18 17:22:02
Message-ID: E340A051-0C37-11D6-BD3A-000502E740BA@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Friday, January 18, 2002, at 02:00 AM, Martins Zarins wrote:

> Hello all!
>
> I need to setup high performance DB server. Some time ago I red
> there about processor cache influence on query execution
> performance.
> A question:
> What system would perform better?
> lh6000 with two xeon 7000Mhz 2MB cache
> or
> with four xeon 7000Mhz 1MB cache

It's more than just processor cache, it's your whole I/O subsystem.
How fast are your drives? How fast is the drive controller? How much
cache is on each drive? How much cache is on the drive controller?
Are you going to use a RAID? If so, what type? Do you have enough
memory for the size of the database and type of queries you're going to
run?

As far as processor cache goes, your goal is to avoid cache misses...so
it
depends on how many connections you're expecting, what those connections
will be doing, etc. The best advice is to run your own benchmarks and
find
out for yourself.

--Jeremy

In response to

  • Performance at 2002-01-18 10:00:41 from Martins Zarins

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Martins Zarins 2002-01-21 08:04:53 Re: Performance
Previous Message Esger Abbink 2002-01-18 16:12:51 duplicate post