Re: Tables on multiple disk drives

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, Craig Thomas <craiger(at)osdl(dot)org>
Cc: <lists2(at)tokar(dot)ru>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Tables on multiple disk drives
Date: 2004-02-19 04:56:47
Message-ID: 200402182056.47376.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Konstantin,

> > >> 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?

Howdy! I bet you're a bit taken aback by the discussion that ensued, and
even more confused than before.

You are actually asking about two related features:

Tablespaces, which allows designating different directories/volumes for
specific tables and indexes at creation time, and:

Partitioned Tables, which allows the division of large tables and/or indexes
horizontally along pre-defined criteria.

The first, tablespaces, are under development and may make it for 7.5, or
maybe not, but certainly in the version after that.

The second, partitioned tables, is NOT under development because this feature
lacks both a programmer and a clear specification.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-02-19 05:08:19 Re: Forcing filter/join order?
Previous Message Josh Berkus 2004-02-19 04:49:49 Re: Forcing filter/join order?