0
Write the reason you're deleting this FAQ
I was optimizing some queries today and I discovered that WHERE LIKE %% is much faster than WHERE = on a text based row. Here is an example of what I mean:
0.002 second execution time: