I would like to make sure, that mysql first finds raws matching condition A, and after that within this raws condition B raws, witch are actually raws with A and B condition. I need to do this, for faster searching.
This is just a simple example. I have something like A AND (B OR C). A are numbers and mutch easier to search with than with B or C witch is text.
I would like to know, how mysql search works.
Does mysql check conditions from left to the right, checking the first one than checking the second one within results...?
How can I tell mysql how to search?