Re: [PATCHES] Tablespace for temporary objects and sort files

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: "Albert Cervera Areny" <albertca(at)hotpop(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCHES] Tablespace for temporary objects and sort files
Date: 2007-01-12 06:29:13
Message-ID: c2d9e70e0701112229o40691432wf0953fa2c678a641@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sorry, patch attached this time...

On 1/12/07, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
> On 1/11/07, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
> > On Thu, 2007-01-11 at 21:05 -0500, Jaime Casanova wrote:
> > > On 1/11/07, Albert Cervera Areny <albertca(at)hotpop(dot)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 Content-Type Size
temp_tablespaces-1.1.diff text/plain 15.0 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Guillaume Smet 2007-01-12 09:46:41 Re: [PATCHES] Patch to log usage of temporary files
Previous Message Jaime Casanova 2007-01-12 06:28:14 Re: [PATCHES] Tablespace for temporary objects and sort files