Re: [HACKERS] [hackers]development suggestion needed

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Don Baccus <dhogaza(at)pacifier(dot)com>, Xun Cheng <xun(at)cs(dot)ucsb(dot)edu>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] [hackers]development suggestion needed
Date: 2000-01-14 02:32:44
Message-ID: 200001140232.VAA26708@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> As you say, you can fake it manually with symbolic links, but that's
> a kluge.
>
> The "database location" stuff that Peter and Thomas have been arguing
> about is intended to allow a single postmaster to control databases that
> are in multiple physical locations --- but there seems to be some debate
> as to whether it works ;-). (I never tried it.) In any case, we don't
> currently have any official provision for controlling location at finer
> than database level. It'd be nice to be able to push individual tables
> around, I suppose.
>
> This wouldn't require a new storage manager, since presumably you'd
> still be using the Unix-filesystem storage manager. The trick would be
> to allow a path rather than just a base file name to be specified
> per-relation. I'm not sure if it'd be hard or not. Probably, all the
> system tables would have to stay in the database's default directory,
> but maybe user tables could be given path names without too much
> trouble...

Or we could continue to use symlinks, and just create them ourselves in
the backend.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2000-01-14 02:42:03 Re: [HACKERS] [hackers]development suggestion needed
Previous Message Bruce Momjian 2000-01-14 02:20:56 Re: [HACKERS] [hackers]development suggestion needed