dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

JOIN Optimizer #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The "Basic Optimizer" in issue #46 will simply cache some basic data dictionary 
information with a 
query.

The "Optimizer" in issue #45 will allow a one-table query to be written in 
standard SQL.

This is the third step, a "JOIN optimizer," would allow multi-table joins.

The join optimizer might never be written.  There are, in fact, many reasons 
not to have a join 
optimizer.  Foremost, MySQL already has one.  

Original issue reported on code.google.com by john.david.duncan on 26 Mar 2008 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 26 Mar 2008 at 3:19