Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 MySQL 收到 SQL 文本后会发生什么?它如何跨不同节点处理它们?
是否可以创建使用二进制 MySQL 协议而不是纯文本 SQL 查询的驱动程序?
例如,在JOIN或任何其他转换之前直接访问表数据。
JOIN
只是有点好奇,不是现实世界的问题。
现在 MySQL 5.6 有了 memcached 协议,你可以在 memcached 协议中写入数据,并在 SQL 中分析它们。这有点酷。
http://dev.mysql.com/doc/refman/5.6/en/news-5-6-6.html