Community

Hash join in MySQL 8

(Erik Frøseth) For a long time, the only algorithm for executing a join in MySQL has been variations of the nested loop algorithm. With the release of MySQL 8.0.18, the server can now execute joins using hash join.