Hadoop Map/Reduce vs built-In Map/Reduce

后端 未结 4 1770
醉话见心
醉话见心 2020-12-07 19:33

What are the key differences to do map/reduce work on MongoDB using Hadoop map/reduce vs built-in map/reduce of Mongo?

When do I pick which map/reduce engine? what a

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 20:06

    As of MongoDB 2.4 MapReduce jobs are no longer single threaded.

    Also, see the Aggregation Framework for a higher-performance, declarative way to perform aggregates and other analytical workloads in MongoDB.

提交回复
热议问题