Re: Coster/planner and edge cases...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Loftis <mloftis(at)wgops(dot)com>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Coster/planner and edge cases...
Date: 2002-04-23 20:26:18
Message-ID: 200204232026.g3NKQIA16145@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Michael Loftis <mloftis(at)wgops(dot)com> writes:
> > IE I'd like to have the information come back as say a notice or maybe
> > as extra information for an EXPLAIN for my purposes, but unless there is
> > interest, consensus on how it should be done, and a TODO item made of
> > it, I won't be making a patch of that, no reason to clutter the backend
> > with stuff that hopefully won't be needed for long :)
>
> I think it'd be useful to have, actually, as long as we're not talking
> about much code bloat. I tend to try to find a way to see what I want
> with EXPLAIN, because using OPTIMIZER_DEBUG is such a pain. But it's
> often difficult to force the plan I'm interested in to rise to the top.
> A nicer user interface for looking at the rejected alternatives would
> seem like a step forward to me, whether or not ordinary users have any
> need for it...

I think there is consensus. Added to TODO:

Improve ability to display optimizer analysis using OPTIMIZER_DEBUG

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-04-23 20:55:57 Re: How to know whether a table is locked ?
Previous Message Steffen Nielsen 2002-04-23 20:17:59 Re: Generating Huge String?