From: | "Ridvan Lakas ng Bayan S(dot) Baluyos" <ridvan(at)baluyos(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: tablespace question |
Date: | 2009-05-14 01:52:41 |
Message-ID: | 7f4f9efa0905131852u4ebef111tc5e9ad8036dee914@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Thanks Tom!
We didn't used LVM but we plan to use partitioned table structures in the
future.
I guess we have to really transfer data. I don't know how long it would take
since our data is already around 330+GB in size.
On Wed, May 13, 2009 at 10:30 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Ridvan Lakas ng Bayan S. Baluyos" <ridvan(at)baluyos(dot)net> writes:
> > I have a postgres database that is running out of disk space. I'm trying
> to
> > mount additional disk space and make use of tablespace. The question is,
> is
> > it possible for a table to maintain data in the existing tablespace and
> then
> > moving forward insert the new data into a new tablespace?
>
> Any given table can only be in one tablespace.
>
> Usually people with this type of issue set up their disks using LVM or
> something similar, so that they can add space into an existing
> filesystem. Another possibility (not mutually exclusive) is to set up
> a partitioned table structure. Unfortunately neither of these solutions
> is easy to bolt on after the fact :-(
>
> regards, tom lane
>
--
リヅバン バルヨス
ridvan(dot)baluyos(at)qualservcentral(dot)com
http://ridvan.baluyos.net
http://www.onxiam.com/people/rbaluyos
Registered Linux User #439466
Registered Ubuntu User #16034
Q: Have you heard of the Object-Oriented way to get wealthy?
A: Inheritance.
From | Date | Subject | |
---|---|---|---|
Next Message | A. Kretschmer | 2009-05-14 05:19:02 | Re: update problem |
Previous Message | Tom Lane | 2009-05-13 23:44:08 | Re: C-Language function invocation from another one. |