New to 2.0 - What would be a use case for M/R?
# suitescript
b
New to 2.0 - What would be a use case for M/R?
s
Typically, if the requirements can be translated to the following patterns, then Map/Reduce is a natural fit: 1. Run a saved search, then perform the same processing on each result 2. Run a saved search, grouping by one of the result columns, then perform the same processing for each group of results