Running out of memory with tAggregateRow component
There can be situations where i have to aggregate millions of records to perform aggregate functions. Thus in such case you have two options:
1. Increase the java heap space/memory
2. Sort the incoming rows using tSortRow and then use tAggregateSortedRow which will save the processing time used.
Comments
Post a Comment