Closed GoogleCodeExporter closed 9 years ago
Original comment by icetin...@gmail.com
on 21 Mar 2014 at 6:09
In the regular join the "send_time" selection cannot be pushed further. The
reason is there are two btree search in the query plan. The first one is
secondary index search, and the second one is to get the rest of the record by
doing a primary index look up. So the selection can be done after the entire
record is retrieved. If you do the selection on the other side of the join
($t2.send_time), then this selection will be done before the index look up.
Original comment by icetin...@gmail.com
on 21 Mar 2014 at 6:14
Original comment by kiss...@gmail.com
on 17 Jun 2014 at 12:39
Original issue reported on code.google.com by
pouria.p...@gmail.com
on 20 Mar 2014 at 6:18