use index
I learned a new MySQL trick today... USE INDEX (..)
MySQL's query optimizer sucks a dick. I'm not sure I'll ever write another query without explicitly specifying which index to use.
Why did I never see that before? I thought I had that manual memorized. :-(
MySQL's query optimizer sucks a dick. I'm not sure I'll ever write another query without explicitly specifying which index to use.
Why did I never see that before? I thought I had that manual memorized. :-(