Re: [PATCHES] Tablespace for temporary objects and sort files - Mailing list pgsql-patches

From Jaime Casanova
Subject Re: [PATCHES] Tablespace for temporary objects and sort files
Date
Msg-id c2d9e70e0701112229o40691432wf0953fa2c678a641@mail.gmail.com
Whole thread Raw
In response to Re: [PATCHES] Tablespace for temporary objects and sort files  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-patches
Sorry, patch attached this time...

On 1/12/07, Jaime Casanova <systemguards@gmail.com> wrote:
> On 1/11/07, Joshua D. Drake <jd@commandprompt.com> wrote:
> > On Thu, 2007-01-11 at 21:05 -0500, Jaime Casanova wrote:
> > > On 1/11/07, Albert Cervera Areny <albertca@hotpop.com> wrote:
> > > > Please, go on with that, I hadn't seen that problem. Indeed, I read Andrew
> > > > answer to your question and I think it's a nice solution.
> > > >
> > >
> > > yes... i'm always trying to kill flies with tanks... ;)
> >
> > Isn't that a little expensive on gas?
> >
>
> maybe... but... what a beatiful explosion we can get... ;)
>
> seriously, attached's a new version of the patch...
> the patch use temp tablespaces for:
>  - temp tables
>  - temp files (generated by sorts and such)
>  - indexes on temp tables
>
> the temp_tablespaces GUC still cannot be set from postgresql.conf, i
> will keep working on that but i have to understand the code...
>
> any comments on this patch? although it's not ready for apply it yet,
> i think Albert made a good work on it...
>
> --
> regards,
> Jaime Casanova
>
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs and the universe trying
> to produce bigger and better idiots.
> So far, the universe is winning."
>                                        Richard Cook
>


--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
                                       Richard Cook

Attachment

pgsql-patches by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: [PATCHES] Tablespace for temporary objects and sort files
Next
From: "Guillaume Smet"
Date:
Subject: Re: [PATCHES] Patch to log usage of temporary files