Rollup Process

If a file contains 100 records and in that 5 depts. If I use rollup to process that file, How many time rollup will be called and how many times finalize will be called?

Showing Answers 1 - 9 of 9 Answers

venkatramana

  • Mar 1st, 2017
 

In rollup there are three mandatory functions are there such as initialize, rollup, finalize. Initialize, rollup, finalize will call each group by once.

  Was this answer useful?  Yes

Bhuvana

  • Mar 2nd, 2017
 

If the dept is used as key in the rollup then rollup function will be called 100 times and finalize function will be called 5 times (once for each group).

  Was this answer useful?  Yes

Ravi Kiran

  • May 24th, 2017
 

Rollup will be called 100 times and finalize will be called 5 times if dept is the key

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions