Hi,
I need to fuzzy compare two fields to return a match score, exactly like what was described here: Solved: Comparing Records between two columns for similari... - Alteryx Community
The solution in that post works, but I have tens of thousands of rows of data so this solution is computationally infeasible. It appears that Alteryx doesn't just compare the fields for each row but instead compares all possible combinations of both fields regardless of the row and then filters on row IDs that are the same. So a lot of fuzzy matching gets done unnecessarily.
Is there a faster way to do this without having to compare all the rows against each other?
Thanks