mongodb - MapReduce or aggregation framework? -


as understand, both aggregation framework , mapreduce have same goal, question is, when should use mapreduce , when aggregation framework?

map reduce long standing aggregation tasks might take anywhere between 10 minutes - 10 hours (or more) complete.

imagine aggregation framework being similar in kind sqls own operators group.

it designed quick inline querying return result however, map reduce larger jobs , not designed inline usage.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -