wangzk0206 发表于 2016-04-01 17:45

mysql支持hash join 吗

请问各位,现在版本的mysql支持hash join了吗?

chenfeng 发表于 2017-07-25 13:52

在MySQL 中,只有一种 Join 算法,就是大名鼎鼎的 Nested Loop Join,他没有其他很多数据库所提供的 Hash Join,也没有 Sort Merge Join.

chenfeng 发表于 2017-08-17 16:52

不支持hash join.
页: [1]
查看完整版本: mysql支持hash join 吗