Open GoogleCodeExporter opened 9 years ago
This kind of optimization is not so easy as the way the JOIN stuuf is
implemented in txquery, first we have to ad an Optimization for JOINs like
opUseIndex, opWhere, etc. the main problem is that the JOIN code only do an
optimization (Sorting) for the first pair of fields, the rest is done doing a
secuential search over all the dataset. We have plan to implement this
optimization, is next subject to implement but is not easy to achieve for now
(not enough spare time).
Original comment by fdue...@gmail.com
on 12 Jun 2013 at 11:48
Original issue reported on code.google.com by
lfeit...@gmail.com
on 19 Nov 2011 at 1:04