Is Tablespace something like Logical Volume?

Поиск
Список
Период
Сортировка
От Majid Azimi
Тема Is Tablespace something like Logical Volume?
Дата
Msg-id CADOhCmvgU6XLYV7L1zRVtaMJ5EbewL=8C9xHVFTCN6LqvwwqAw@mail.gmail.com
обсуждение исходный текст
Список pgsql-novice
hi guys,

I'm confused about tablespaces in PostgreSQL. Is it something like
LVM? I mean when disk is getting full, can we add another disk, format
and then CREATE TABLESPACE tblspace LOCATION /media/disk2/data and
tables are automatically continue to grow on second table space(tables
are not partitioned)? Is it enough? Or we should manually ALTER
databases, tables or indexes and move them to other tablespace?

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Database not browsable during COPY on PostgreSQL
Следующее
От: DrYSG
Дата:
Сообщение: Re: Slow duplicate deletes