Re: Symlinking (specific) tables to different Drives

From: Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
To: Mikko Partio <mpartio(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Symlinking (specific) tables to different Drives
Date: 2007-09-04 04:21:38
Message-ID: 1188879698.28159.61.camel@neuromancer.home.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2007-09-04 at 07:09 +0300, Mikko Partio wrote:
>
>
> On 9/4/07, Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com> wrote:
> Hi,
>
> I'm running out of space on one of my partitions and I still
> have not
> gotten all the data loaded yet. I've read that one could
> symlink the
> pg_pg_xlog directory to another drive. I'm wondering if I can
> do the
> same for specific tables as well.
>
>
> Create another tablespace to the new location and the ALTER TABLE ...
> TABLESPACE newtablespace.
>

OOooohhh... I didn't know one could use tablespaces like that. (I mean,
I did read the docs, but it just didn't register that it _can_ do
something like that)

additional question.. do I need to change the search_path?

>
> Thanks.
>
> I've already done a pg_dump of the entire schema but have not
> dropped /
> re-init the DB to another location cos I'm afraid I'll lose
> some items.
> (I've to drop the DB, format the partition, merge it w/
> another
> partition and re-init the DB then restore the DB from the
> dump)
>
> sigh.. wish it was easier, (meaning, like SQL Server where one
> can
> detach an entire DB/tablespace and then re-attach it
> elsewhere)
>
> If you are moving the whole cluster and can afford the downtime, you
> can shutdown the postmaster, move $PGDATA to a new location and then
> start postmaster from that new location.

It's not a cluster. Its a devel DB in my laptop so.. no issues w/
dropping everything and re-creating. Just exploring my options..

The tablespace thing looks/sounds interesting though...
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2007-09-04 04:49:24 Re: Max File size per Table (1G limit??)
Previous Message Ow Mun Heng 2007-09-04 04:19:48 Re: Instances where enable_seqscan = false is good