<@U2C4P9YR3> <@U2NU9K2DP> regarding MapReduce, it'...
# suitescript
s
@creece @mkachline regarding MapReduce, it's my understanding that if you return your own objects from
getInputData()
that you're going to be severely memory limited (because you must return something like an array of objects all in memory).... but if you return a saved search NS handles pulling each result one at a time and you are not in jeopardy of exceeding any memory limits because the entire result set is never materialized into memory?