Re: How to expand existing table-space

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: How to expand existing table-space
Дата
Msg-id CACER=P32F8Xp4DMdrhQcS4+6a3Pq4dwSKjS7P9MnOeVLhkmW3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to expand existing table-space  (Scott Ribe <scott_ribe@elevated-dev.com>)
Ответы Re: How to expand existing table-space  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-admin
> 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. 

Let us say that that the sys admins have set a limit of 1TB per FS.
This automatically implies that a single table can not grow more than
1TB, unless it is broken into smaller tables via inheritance and each
child table goes to a separate table-space. I hope I am clearer now.


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

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