Re: Tablespaces

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Tablespaces
Дата
Msg-id 40455280.4010305@familyhealth.com.au
обсуждение исходный текст
Ответ на Tablespaces  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
> I've been looking at implementing table spaces for 7.5. Some notes and
> implementation details follow.

Ah sorry, other things you might need to consider:

Privileges on tablespaces:

GRANT USAGE ON TABLESPACE tbsp TO ...;

Different disk settings for different tablespaces (since they will 
likely be on different disks):

ALTER TABLESPACE tbsp SET random_page_cost TO 2.5;

Chris




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Tablespaces
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [ADMIN] Schema comparisons