Re: [HACKERS] Just a small thing for 6.3 ...

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Mattias Kregert <matti(at)algonet(dot)se>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Just a small thing for 6.3 ...
Date: 1998-01-15 02:06:05
Message-ID: 34BD6F0D.F77B417E@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > The "data/base/*/" directories looks awful, almost as bad as the
> > c:\windows dir on my dos partition... ;-) All types of files are
> > just thrown in, without any structure. It would be nice if the
> > files were put into separate subdirs:
> > data/base/mydb/{systables,tables,indexes,sequences,tmp} etc.
>
> I like to be able to do an 'ls -lt' on the directory to watch
> vacuum's process, so don't really like this idea, except the idea of
> moving the tmp files into a seperate subdirectory, as you are right, being
> able to "move" just the temp file creation to a seperate area would be
> nice

The system would have to keep track of which kinds of things are temporary
and which are permanent. This might be easier to do once we start
implementing the session- and transaction-only definitions in SQL92. Not
there for v6.3...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-01-15 02:27:21 Re: [QUESTIONS] Arrays (inserting and removing)
Previous Message Bruce Momjian 1998-01-14 21:27:24 Re: [HACKERS] Max size of data types and tuples. (fwd)