Re: Index files

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: Index files
Дата
Msg-id 200709141329.01171@hal.medialogik.com
обсуждение исходный текст
Ответ на Re: Index files  ("Harsh Azad" <harsh.azad@gmail.com>)
Список pgsql-performance
On Friday 14 September 2007, "Harsh Azad" <harsh.azad@gmail.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.


В списке pgsql-performance по дате отправления:

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: Index files
Следующее
От: "Valentine Gogichashvili"
Дата:
Сообщение: Re: Index usage when bitwise operator is used