Re: [INTERFACES] Slow join query optimisation?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dougt(at)mugc(dot)cc(dot)monash(dot)edu(dot)au
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Slow join query optimisation?
Date: 1999-12-02 15:21:43
Message-ID: 27908.944148103@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Douglas Thomson <dougt(at)mugc(dot)cc(dot)monash(dot)edu(dot)au> writes:
> Is there any way to turn off the optimisation? Or perhaps some way to
> work out the optimal strategy once, and then provide this information
> directly?

Not at the moment. There's been some talk of caching query plans,
which would get the job done, but none of the current developers are
working on that now. It'll probably happen someday...

regards, tom lane

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-12-02 15:45:21 Re: [INTERFACES] Data Migration
Previous Message Michael Meskes 1999-12-02 13:05:05 Re: [INTERFACES] ecpg: why use PREPARE?