Merge Join Transformation - isSorted - How to avoid sort transformation
Try to sort data at the source itself,
if the source is a flat-file, try using Windows/Linux/UNIX sort utilities or load data in DB table and the sort it in DB
if the source is a flat-file, try using Windows/Linux/UNIX sort utilities or load data in DB table and the sort it in DB
Comments
Post a Comment