[GENERAL] Re: Need feedback on possible new feature

2001-07-14 Thread Lincoln Yeoh
At 10:52 AM 7/15/01 +1000, Martijn van Oosterhout wrote: > >Anyway, do you think it's a path worth pursuing? The reason I'm doing it is >because I know queries where the planner thinks the cost is several million >and it takes 3 seconds, and also where the cost is a fraction of that but it >takes

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Tom Lane
Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > Yes, you actually do the query and the show what took how long. As for > seperating the parent and child nodes, is that really necessary? If you're going to label the nodes individually, then yes. What I take it you haven't realized yet is tha

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Martijn van Oosterhout
On Sat, Jul 14, 2001 at 12:00:29PM -0400, Tom Lane wrote: > Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > > Whether it's useful for anyone else is a question, but anyway, it makes an > > explain type output like: > > So the assumption is that you'd actually *do* the query, then report > ba

Re: [GENERAL] Nusphere/MySQL-AB arguing

2001-07-14 Thread Jan Wieck
Bruce Momjian wrote: > > > Coming to a court near you... > > > > *rolf* > > Roll on laughing floor? :-) Roast On Light Flame! Jan -- #==# # It's easier to get forgiveness for being wrong than for being right. # # Let'

Re: [GENERAL] Nusphere/MySQL-AB arguing

2001-07-14 Thread Bruce Momjian
> > Coming to a court near you... > > *rolf* Roll on laughing floor? :-) -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup.

Re: [GENERAL] Nusphere/MySQL-AB arguing

2001-07-14 Thread dev
Bruce Momjian said: > My guess is that Nusphere wants to create a MySQL community like ours. Not sure you can "create" something like the PG community. I have to say that this is one of the most informed and overall polite (you can tell I'm British can't you :-) online communities I'm involve

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Tom Lane
Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > Whether it's useful for anyone else is a question, but anyway, it makes an > explain type output like: So the assumption is that you'd actually *do* the query, then report back the plan tree plus measured statistics? Interesting thought. But h