How to condense large volumes of data in Mongo? Technology Community › Category: MongoDB › How to condense large volumes of data in Mongo? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Map-reduce is a data processing paradigm for condensing large volumes of data into useful aggregated results. For map-reduce operations, MongoDB provides the mapReduce database command.