Hi Everyone,
In one file I have 20k rows and in another file, I have 50k rows.
I am looking to join data of file one of reach entry with file two's each row.
can anyone help, how I can do this?
Initially, I created a common key column to match data with each other like in the key column I populated "1" in all rows of both files.
Then joined data by join tool with Key criteria but it took hours to run and showed memory issue.
Is there any way to manage joins with huge data?