Re: Index files

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Index files
Date: 2007-09-14 20:29:01
Message-ID: 200709141329.01171@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Friday 14 September 2007, "Harsh Azad" <harsh(dot)azad(at)gmail(dot)com> wrote:
> Great, creating new tablespace for indexes worked! Now the question is
> whether existing tables/index can be moved to the new tablespace using an
> alter command or the only way possible is to drop and recreate them?
>

ALTER TABLE table_name set tablespace new_tablespace;

and ALTER INDEX ...

--
Eat right. Exercise regularly. Die anyway.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Valentine Gogichashvili 2007-09-16 10:08:33 Re: Index usage when bitwise operator is used
Previous Message Mark Lewis 2007-09-14 20:25:51 Re: Index files