I have an Alteryx Database worth 74 MB and I'm trying to join two columns in it. It gets stuck at 50%. I figured it's because it's making large outputs of it.
I saw that the Find and Replace tool might be a good alternative for the join tool and that it should be able to make the module run faster. So I deselected the other columns after joining and left it with just the Record ID column (which is also my unique field) so I can just append the other fields later.
However, by doing this, I received the error:
Warning: Find Replace (87): The source input is optimized for datasets of ~100,000 or less. Perfomance may be improved by using a join instead.
I've ran out of ideas on how to go around this. Please help
Thank you in advance.