Column comparisons are computationally expensive as they involve comparisons of all pairs of columns. Further, as the number of columns being compared grows, the time taken to compare all pairs grows exponentially. Performance is improved by turning off any column comparisons that are not required.