Re: tablespace question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tablespace question
Дата
Msg-id 28558.1242225018@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tablespace question  ("Ridvan Lakas ng Bayan S. Baluyos" <ridvan@baluyos.net>)
Ответы Re: tablespace question  ("Ridvan Lakas ng Bayan S. Baluyos" <ridvan@baluyos.net>)
Список pgsql-novice
"Ridvan Lakas ng Bayan S. Baluyos" <ridvan@baluyos.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

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

Предыдущее
От: "Ridvan Lakas ng Bayan S. Baluyos"
Дата:
Сообщение: tablespace question
Следующее
От: Paul Alarcon
Дата:
Сообщение: update problem