Re: Tables on multiple disk drives

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Konstantin Tokar <lists2(at)tokar(dot)ru>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Tables on multiple disk drives
Date: 2004-02-17 17:18:25
Message-ID: Pine.LNX.4.33.0402171017170.30606-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, 17 Feb 2004, Konstantin Tokar wrote:

> Hi!
> Does PostgreSQL allow to create tables and indices of a single
> database on multiple disk drives with a purpose of increase
> performance as Oracle database does? If a symbolic reference is the
> only method then the next question is: how can it be determined what
> file is referred to what table and index?

You're life will be simpler, and your setup will be faster without having
to muck about with it, if you just buy a good RAID controller with battery
backed cache. LSI/Megaraid and Adaptec both make serviceable controllers
for reasonable prices, and as you add drives, the speed just goes up, no
muddling around with sym links.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Craig Thomas 2004-02-17 17:35:38 Re: Tables on multiple disk drives
Previous Message scott.marlowe 2004-02-17 17:15:46 Re: Slow response of PostgreSQL