Re: Optimizer : query rewrite and execution plan ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: SURANTYN Jean François <jfsurant(at)supermarchesmatch(dot)fr>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Optimizer : query rewrite and execution plan ?
Date: 2008-02-06 10:06:47
Message-ID: 47A986B7.3000809@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

SURANTYN Jean François wrote:
> Many thanks for your quick reply
>
> In fact, that issue comes from a recent migration from Oracle to
> Postgresql, and even if some queries were not optimized by the past
> (example: where n=1 and n=1), Oracle was able to rewrite them and to
> "hide" the bad queries". But now that we have migrated to Postgresql,
> we have discovered that some queries were indeed badly wroten I will
> tell to the developpers to try to optimize their queries for them to
> work efficiently on Postgresql

If nothing else it will help when / if you decide to use prepared
queries - there's no way to optimise "n=$1 or n=$2" at planning time.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dimitri Fontaine 2008-02-06 10:29:42 Re: Benchmark Data requested
Previous Message SURANTYN Jean François 2008-02-06 10:02:45 Re: Optimizer : query rewrite and execution plan ?