Hi,
I'm processing almost 200K records with more than 30 attributes and at one point of my workflow I validate if they're a unique by some attribute with an AttributeValidator. This validation is taking around 4020 seconds.
Is there any other transformer that is faster than this one to do such validations ?
PD: I added the profile result after running the workspace.
Thanks
Update: @MattAtSafe
I added the workspace simplified with only the validations. This process is taking only 17 min for 198k records only.
Here: I uploaded the file that I'm using to test in Google Drive because it's too heavy.
https://drive.google.com/open?id=0B44BAUsLmbR8ZVkxRGl6SGotNGc
Any help would be appreciated