From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Tablespaces |
Date: | 2004-03-03 03:35:28 |
Message-ID: | 40455280.4010305@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 |
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-03-03 03:40:51 | Re: IN and ANY |
Previous Message | Christopher Kings-Lynne | 2004-03-03 03:33:50 | Re: Tablespaces |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-03-03 03:52:49 | Re: Tablespaces |
Previous Message | Christopher Kings-Lynne | 2004-03-03 03:33:50 | Re: Tablespaces |