Re: Re: index and data tablespaces on two separate drives or one RAID 0?

From: Joe Miller <joe(dot)d(dot)miller(at)gmail(dot)com>
To: ach <alanchines(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: index and data tablespaces on two separate drives or one RAID 0?
Date: 2012-07-07 13:15:21
Message-ID: CAF0YBYv1NTJvRMCatHFwNYTqpEzGLN_H=hDs6d9u4SxF0Y5MXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 6, 2012 at 8:51 PM, ach <alanchines(at)gmail(dot)com> wrote:

> > My fastest postgresql servers have everything on one raid10, using 16 or
> > 20 15000 rpm SAS2 drives on a 1gb flash-backed cache controller.
>
> Thank you - that affirms what'd been my own growing supposition, and the
> plan
>
> > why?
>
> Really? ...Well, I mean, I'd just been going with what I'd seen asserted
> as
> the solid baseline position: WAL should be on its own separate drive,
> devoid of any interference and/or interruption other than just writing WAL.
> To see that challenged is surprising; are you saying my interpretation on
> that point would be incorrect, and that assumption would be wrong?
>
> Thank you again for your feedback!
>
>
I wouldn't make any assumptions, and benchmark various configurations using
your hardware and your data usage pattern. Sometimes "common knowledge"
doesn't apply to your specific problem.

http://www.slideshare.net/selenamarie/what-assumptions-make-filesystem-io-from-a-database-perspective

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Perry Smith 2012-07-07 13:48:06 Re: Help with sql
Previous Message Gurjeet Singh 2012-07-07 04:24:39 Re: Suboptimal query plan fixed by replacing OR with UNION