From: | Bernhard Weisshuhn <bkw(at)weisshuhn(dot)de> |
---|---|
To: | Postgresql General List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Using a 250GB RAID10 server for postgres |
Date: | 2005-12-06 09:57:59 |
Message-ID: | 20051206095758.GA31345@weisshuhn.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Dec 06, 2005 at 09:41:55AM +0000, Rory Campbell-Lange <rory(at)campbell-lange(dot)net> wrote:
> Is it OK to use logical volume management to run an xfs partition
> hosting postgres data?
We use just that and it works splendid. It's very nice for adding space
and all that.
But I must admit that I haven't had any comments from the gurus wether
this is a wise choice performance wise.
Keep in mind that you might want devide your discs into two groups with
different physical discs so that you can make use of tablespaces. We use
them to seperate data and indexspace. Seperating the wal makes sense
only if there is nothing else accessing that disc.
just my two cents,
bkw
From | Date | Subject | |
---|---|---|---|
Next Message | Rich Doughty | 2005-12-06 10:08:58 | Re: massive performance hit when using "Limit 1" |
Previous Message | Rory Campbell-Lange | 2005-12-06 09:41:55 | Re: Using a 250GB RAID10 server for postgres |