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

Popular posts from this blog

Increase Java Memory For Pentaho Data Integration

Different Match Models in tMap with example

Simple Transformation from a csv to Excel Output