Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>, "'pgsql-hackers(at)postgreSQL(dot)org '" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)
Date: 2000-01-18 19:04:00
Message-ID: Pine.BSF.4.21.0001181500440.23487-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-01-18 19:07:52 Re: [HACKERS] FETCH syntax
Previous Message Bruce Momjian 2000-01-18 18:26:23 Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)