From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: enforcing a plan (in brief) |
Date: | 2005-02-10 19:37:06 |
Message-ID: | 200502101937.j1AJb6K29628@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hicham G. Elmongui wrote:
> Is there a way to bypass the optimizer and to specify a plan to be executed?
>
> Something like:
>
>
>
> Limit
> -> Nested Loop
> -> Nested Loop
> -> Seq Scan on tab00 t00
> -> Index Scan using tab03_pkey on tab03 t03
> Index Cond: ("outer".id = t03.id)
> -> Index Scan using tab01_pkey on tab01 t01
> Index Cond: ("outer".id = t01.id)
No, we feel that is of limited value. If the optimizer isn't doing
things properly, we will fix it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Sailesh Krishnamurthy | 2005-02-10 21:12:44 | Re: enforcing a plan (in brief) |
Previous Message | Hicham G. Elmongui | 2005-02-10 19:07:03 | enforcing a plan (in brief) |