Re: MySqlPlugin
Re: MySqlPlugin
- Subject: Re: MySqlPlugin
- From: Robin Smith <email@hidden>
- Date: Mon, 17 Mar 2014 11:07:34 +0000
Using the explain tells me that when i supply a LIMIT query then my indexes are ignored, which i believe is the expected behaviour as according to mysql forums this is the way mysql works "out of the box"
What i'm wondering is if i choose not to use LIMIT queries then will there be any fallout to things such as batch fetch iterator as i seem to recall that the addition of LIMIT to the mysql plugin is relatively new.
Thanks
Robin