v.24.12Performance Improvement
Now using parallel_hash algorithm by default in join_algorithm setting
Nowparallel_hashalgorithm will be used (if applicable) when thejoin_algorithmsetting is set todefault. Two previous alternatives (directandhash) are still considered whenparallel_hashcannot be used. #70788 (Nikita Taranov).