Re: Tablespace setup issue

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Tablespace setup issue
Дата
Msg-id 6cd665d763b22de54422718cbd616a520868e258.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Tablespace setup issue  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: Tablespace setup issue
Список pgsql-general
On Thu, 2019-11-21 at 08:54 -0600, Ron wrote:
> > Don't create tablespaces.
> > Stick with the default tablespace.
> 
> Why?

Because you won't need them.

Tablespaces have a limited number of use cases:
- Distribute I/O across several devices (you can do the same
  on a lower level using striping).
- Put some tables or indexes faster and some on slower storage.
- Provide a size limit for a table or a database.
- Have your temporary files on a different file system.

In a virtualized environment, you never want tablespaces.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Tablespace setup issue
Следующее
От: Ron
Дата:
Сообщение: Re: Tablespace setup issue