0
votes
size limit of a mysql query ruby/mysql
I'm definitely not a MySQL expert, but in my experience I have found that using sub-SELECTs can be the source of some performance troubles.
I try to avoid using them, but it isn't always p …
