Re: best use of an EMC SAN

From: Dan Gorman <dgorman(at)hi5(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: postgresql performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: best use of an EMC SAN
Date: 2007-07-11 13:18:10
Message-ID: 9729E086-AAC9-4A20-8AE0-29D43D994DFF@hi5.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

We do something similar here. We use Netapp and I carve one aggregate
per data volume. I generally keep the pg_xlog on the same "data" LUN,
but I don't mix other databases on the same aggregate.

In the NetApp world because they use RAID DP (dual parity) you have a
higher wastage of drives, however, you are guaranteed that an
erroneous query won't clobber the IO of another database.

In my experience, NetApp has utilities that set "IO priority" but
it's not granular enough as it's more like using "renice" in unix. It
doesn't really make that big of a difference.

My recommendation, each database gets it's own aggregate unless the
IO footprint is very low.

Let me know if you need more details.

Regards,
Dan Gorman

On Jul 11, 2007, at 6:03 AM, Dave Cramer wrote:

> Assuming we have 24 73G drives is it better to make one big metalun
> and carve it up and let the SAN manage the where everything is, or
> is it better to specify which spindles are where.
>
> Currently we would require 3 separate disk arrays.
>
> one for the main database, second one for WAL logs, third one we
> use for the most active table.
>
> Problem with dedicating the spindles to each array is that we end
> up wasting space. Are the SAN's smart enough to do a better job if
> I create one large metalun and cut it up ?
>
> Dave
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Gregory Stark 2007-07-11 14:05:37 Re: best use of an EMC SAN
Previous Message Dave Cramer 2007-07-11 13:03:27 best use of an EMC SAN