v.24.12Performance Improvement

Now using parallel_hash algorithm by default in join_algorithm setting

Now parallel_hash algorithm will be used (if applicable) when the join_algorithm setting is set to default. Two previous alternatives (direct and hash) are still considered when parallel_hash cannot be used. #70788 (Nikita Taranov).