I was wondering what happens after MySQL received SQL texts? Hows does it process them across differents nodes?
Is it possible to create a driver which use binary MySQL protocols, rather than plain text SQL queries?
For example, direct access to tables data before JOIN or any other transformations.
Just a bit curious, not real-world problem.
now MySQL 5.6 has memcached protocol, you can write data in memcached protocol, and analye them in SQL. It’s kinda cool.
http://dev.mysql.com/doc/refman/5.6/en/news-5-6-6.html