Hello all!
I have a process that I created whereby I collect 2 sets of data from a sybase dataserver into two collections (Dataset 1, dataset 2)
I then compare those two sets of data to highlight common values in both, Unique values in dataset 1, and unique values in dataset 2.
The issue is that this is taking so long that it's almost not worth automating. I was wondering if anyone had any advice on how to streamline this to make it quicker. I've attached some screenshots of my process to highlight what it's doing.
It seems that it is looping through every item in dataset 1 against the current row of dataset 2. Obviously if I have greater than 7000 items in both collections this is going to take a hell of a long time.
Any advice is greatly appreciated!! (Even if it's not possible, at least I can tell my boss that :P)
------------------------------
David Wood
------------------------------