Originally posted by: ankushg
Thanks for the replies.
Phil, there is no specific performance problem I am looking to fix during this exercise. Just looking to improve the performance generally (if not already optimized). "Having the more likely objects occur first in the partition" are the kind of ideas I am looking for. However, we cant change typetrees for standard formats eg SWIFT or any other payment messages.
The memory allocation is default (Workspace: file, pagesize 64 and pagecount 8). The instruction we pass to the map during a single call is fairly small.(avg size 4k). I suppose we wouldnt need to change that.
Recently, after running the profiler and analysing the maps, we removed a few unneccesary IF conditions. Following were the observations:
1. The profiler produces different figures for the same data on the same map when run at different times. First run showed 400 units and the second run showed 500 units. Why should this happen???
2. After removing the IF conditions, a couple of times the profiler should an improvement of 100 units. Does this 100 units means anything keeping in mind that the profiler timings vary in different runs??
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender