HiWe want to handle array of huge sizes which is generated as a result of Map/Reduce.The challenge we are facing is , when the array.length is more than 13K , the map/reduce job fails stating that array is too large.Can you please let us know ,how to overcome this challenge.RegardsMaruthi S
com.mongodb.CommandResult$CommandFailure: command failed [command failed [mapreduce] { "serverUsed" : "XXXX" , "assertion" : "value too large to reduce" , "assertionCode" : 13070 , "errmsg" : "db assertion failure" , "ok" : 0.0}