Re: Why Not MySQL?

Marc G. Fournier <scrappy@hub.org>

From: The Hermit Hacker <scrappy@hub.org>
To: Mitch Vincent <mitch@huntsvilleal.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2000-05-03T19:34:30Z
Lists: pgsql-hackers
On Wed, 3 May 2000, Mitch Vincent wrote:

> > > 6.5.3 : [ nested loop ]
> > > 7.0RC3 (with the exact same data) : [ merge join ]
> >
> > So, may I have the envelope please?  What's the timings?
> 
> Eh'? I cut and pasted everything that was printed...

Explain tells how the system will do things ... if you run it without the
ExPLAIn, how long does it take to run? :)