According to here:
http://www.mysql.com/newsletter/2003...000000108.html
Quote:
As the query arrives to MySQL server it performs a textual comparison with the queries in the Query Cache. This means "SELECT * FROM a" and "Select * From a" will be recognized as different queries.
|
Because of this, that is why I am asking if there are any performance benchmarks or the like to see if one large query or many small one will be faster.