Re: Spanning tables

From: Shridhar Daithankar <ghodechhap(at)ghodechhap(dot)net>
To: jerome(at)gmanmi(dot)tv
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Spanning tables
Date: 2004-12-13 06:52:07
Message-ID: 200412131222.07707.ghodechhap@ghodechhap.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 09 Dec 2004 10:37 am, JM wrote:
> Hi ALL,
>
> Im wondering sooner or later my disk will be filled-up by postgres's
> data..
>
> Can anyone give some suggestion on how to deal with this. In oracle you
> can just assign tables on a diff partition.

You could use tablespaces in postgresql 8.0..

Check this

http://developer.postgresql.org/docs/postgres/sql-createtablespace.html
http://developer.postgresql.org/docs/postgres/sql-createtable.html

HTH

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sebastian Böck 2004-12-13 08:41:43 index not used in joins
Previous Message Guy Rouillier 2004-12-13 06:16:43 High volume inserts - more disks or more CPUs?