Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink) - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)
Date
Msg-id Pine.BSF.4.21.0001181500440.23487-100000@thelab.hub.org
Whole thread Raw
In response to Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Tue, 18 Jan 2000, Bruce Momjian wrote:

> > > Yes, that's about the sum of it.  Why not the links?  I think 
> > > that it's an elegant way of designing the whole thing.
> > 
> > The only problem with symlinks is, that it does not solve the 
> > "too many files in one directory to give optimal performance"
> > problem for those that have tons of tables.
> > 
> > Andreas
> 
> Is that really a problem on modern operating systems?  We could actually
> hash the file names into directory buckets and access them that way, and
> have one directory that old symlinks to the hashed files.

Personally, except in *exceptional* circumstances, I hate symlinks...that
was one of my first projects whenI started working at th eocal University,
was to get rid of the garbage "revision control" system they had for
packages installed on the system ...

IMHO, there have been several methods of doing this, some easier then
others, wihtout having to use symlinks for them ... can we *please* avoid
using them?


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Index recreation in vacuum
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] FETCH syntax