Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are providing 50,000 rows as input to component tPivotToColumnsDelimited and in group by we have 3 columns apart from our pivot column and Aggregation function used is first.
It is taking close to 4 seconds and we are using it multiple times in our job, hence it is creating a major performance bottleneck.
Anybody having any idea on how we can improve performance in this component or any other component that can help in performance improvement or a way that we can do pivot without generation of a csv file as in the case of this component thus helping in improving performance ??