Re: [NOVICE] - SAN/NAS/DAS - Need advises

From: Scott Whitney <scott(at)journyx(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, fel <fellsin(at)hotmail(dot)com>
Subject: Re: [NOVICE] - SAN/NAS/DAS - Need advises
Date: 2010-09-07 15:58:06
Message-ID: 24583153.39210.1283875086224.JavaMail.root@zimbra.int.journyx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

While I agree with JD, we ended up using a fiber solution through a fiber switch with multi-path drivers (IBM DS4300). It did end up costing a few thousand dollars with all of the drives, but the performance made it worth it.

The big thing you want to remember to consider with any storage option is the overall I/O of your storage. A single 5400RPM drive with all of your pgdata on it (as well as the logs, let's say) is going to have serious performance implications that you're not going to have with a RAID10 array of 16 drives, for example.

Personally, having been in IT for _quite_ a few years, I'm still very leery of using network-based storage on database servers specifically. I know other people do it quite successfully out there in the world, but I personally neither want nor need my storage communication going over Ethernet (or such).

On Tue, 7 Sep 2010 15:03:44 +0200, fel <fellsin(at)hotmail(dot)com> wrote:
> Hi all,
>
> I am working on upgrading my hardware and wondering how Postgres could
> work with SAN, NAS and DAS .
> Can someone advise me or share experiences ?

Unless you want to spend *A LOT* of money, DAS is the way to go. You can
get quite a bit of the same functionality without the financial overhead
from the use of a volume manager + DAS.

JD

>
> Regards,
> Fel

--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

--
Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2010-09-07 18:42:43 Re: [NOVICE] - SAN/NAS/DAS - Need advises
Previous Message Kevin Grittner 2010-09-07 15:47:18 Re: [NOVICE] - SAN\NAS\DAS - Need help