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

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
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 04:01:52
Message-ID: 34BD8A30.CC274B8F@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker wrote:
>
> On Wed, 14 Jan 1998, Mattias Kregert wrote:
>
> > May I suggest a minor change?
> >
> > - "Keep the directory tidy"
> >
> > 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.

We told about TABLESPACE concept...

> 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

You'll be able to do this - vacuum' lock file will be placed in .../mydb
when vacuuming any table from any tablespace.

> 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

You are able to define tmp-dir at compile time right now...

Vadim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-01-15 04:11:51 Re: [HACKERS] content-based access control (Re: views, access control, etc)
Previous Message Vadim B. Mikheev 1998-01-15 03:57:21 Re: Fix for select sum(2+2)...