From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Tablespaces |
Date: | 2004-03-08 13:56:46 |
Message-ID: | 404C7B9E.80303@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 |
Andrew Sullivan wrote:
>eorganise the disks", assuming that the database
>just has its own home. For such a sysadmin, a pile of symlinks would
>be fair game for reorganisation.
>
>
Please take into consideration that symlinks might be every day work for
*nix admins, but for win admins it's very uncommon. Additionally, win
admins are accustomed to gui tools, and many of them will stumble if
forced to use a command line. For worse, junctions are not
distinguishable in explorer; only the shell's dir command knows about
junctions. This obfuscation makes junctions quite a bad choice for admin
purposes.
IMHO there are only two viable options:
- no tablespaces for win32, i.e. recommend *ix for bigger installations
- a different tablespace storage approach., e.g. simple desktop links
(or alike) redirecting to a directory.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Dennis Haney | 2004-03-08 14:03:40 | Re: IN joining |
Previous Message | Andreas Pflug | 2004-03-08 13:44:05 | Re: [HACKERS] Slony-I makes progress |
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2004-03-08 14:56:23 | [Fwd: Re: [HACKERS] Tablespaces] |
Previous Message | Andrew Sullivan | 2004-03-08 13:32:49 | Re: Tablespaces |