Joins and performance Joins, SQL statements in which selects data from two or more tables using one or more key columns from each table, can vary widely in performance. Factors that affect the performance of joins are join order, indexes, and join strategy. Joinsperformance factors