Mysql几种join连接算法
嵌套循环连接算法(Nested-Loop Join(NLJ))
基于索引的嵌套循环连接算法(Index Nested-Loop Join(INLJ))
基于块的嵌套循环连接算法(Block Nested-Loop Join(BNL)
hash join算法