Hi to everyone,
I believe this is a repeated question, but i couldnt find any answer to my specfic question.
The thing is that i am trying to replace the Easytrieve by a Syncsort because syncsort's performance supposed to be better.
This Eastrieve perform a matching between 2 files and write the output with the not matched records adding a date to the output layout. Records lenght are equals between inputs and output.
I am replacing the easytrieve by the following :
JOINKEYS FILE=F1,FIELDS=(1,4,BI,A),SORTED
JOINKEYS FILE=F2,FIELDS=(1,4,BI,A),SORTED
JOIN UNPAIRED,F2,ONLY
REFORMAT FIELDS=(F2:1,100)
SORT FIELDS=COPY
OUTREC BUILD=(1,15,C'20120329',77X)
I've run a test with 50 million records (representing the 15% of the records currently procesed in prod)
Syncsort : CPU TIME= 1.82 ----- TOTAL ELAPSED TIME= 31.74 ----- JOB COST 8.67
Easytrieve : CPU TIME= 2.02 ----- TOTAL ELAPSED TIME= 12.09 ----- JOB COST 9.79
I am trying to analyze the results with TRITUNE but i am not familiar with it, so....What else should I consider to determine which has better Performance ?
Thanks a lot for help
Sergio