Re: How to expand existing table-space

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: How to expand existing table-space
Дата
Msg-id BEBEF3B8-2A97-4947-B6EA-304749CF6A88@elevated-dev.com
обсуждение исходный текст
Ответ на Re: How to expand existing table-space  (Ravi Krishna <sravikrishna3@gmail.com>)
Ответы Re: How to expand existing table-space  (Ravi Krishna <sravikrishna3@gmail.com>)
Список pgsql-admin
On May 26, 2015, at 1:54 PM, Ravi Krishna <sravikrishna3@gmail.com> wrote:
>
> I guess one easy way for large tables is to break it up to small
> tables via inheritance and each table assigned to a different
> tablespace.

That’s also a way you could migrate your current table without disrupting production.

Partitioning like that is often done as a performance optimization; but it sounds like you’re proposing that a file
systemcannot be expected to handle a large table in piece??? I don’t understand that. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
https://www.linkedin.com/in/scottribe/
(303) 722-0567 voice







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

Предыдущее
От: danny
Дата:
Сообщение: Re: PSQL
Следующее
От: Ravi Krishna
Дата:
Сообщение: Re: How to expand existing table-space