Hi, I have a question regarding reduce functionality.
A reduce function receives key and list of values as argument, is there any limit on count of value elements in value list which is received as argument? Can there be milions of elements in value list? Will it degrade performance somehow? Does it keep all value elements of list in memory? thanks, Ajit.