Re: Hardware question for a DB server

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To:
Cc: Pascal Cohen <pcohen(at)wimba(dot)com>, pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Hardware question for a DB server
Date: 2008-03-12 20:08:41
Message-ID: Pine.GSO.4.64.0803121602410.28886@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 12 Mar 2008, Mark Lewis wrote:

> One question that's likely going to be important depending on your
> answers above is whether or not you're getting a battery-backed write
> cache for that ServeRAID-8K.

Apparently there's a 8k-l and an regular 8-k; the l doesn't have the
cache, so if this one is a regular 8-k it will have 256MB and a battery.
See http://www.redbooks.ibm.com/abstracts/TIPS0054.html?Open#ServeRAID-8k

From Pascal's description of the application this system sounds like
overkill whether or not there's a cache. For scaling to lots of small
requests, using things like using connection pooling may end up being more
important than worring about the disk system (the database isn't big
enough relative to RAM for that to be too important).

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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Steben 2008-03-12 20:38:14 Are piped columns indexable
Previous Message Pascal Cohen 2008-03-12 19:42:57 Re: Hardware question for a DB server