MongoDB
 sql >> Base de Dados >  >> NoSQL >> MongoDB

MongoDB:desempenho terrível do MapReduce


trechos do Guia Definitivo do MongoDB de O'Reilly:

O preço de usar o MapReduce é a velocidade:o grupo não é particularmente rápido, mas o MapReduce é mais lento e não deve ser usado em “tempo real”. Tempo.
options for map/reduce:

"keeptemp" : boolean 
If the temporary result collection should be saved when the connection is closed. 

"output" : string 
Name for the output collection. Setting this option implies keeptemp : true.