mongoDB map/reduce minus the reduce

后端 未结 5 1802
清歌不尽
清歌不尽 2021-02-01 21:02

I have some 25k documents (4 GB in raw json) of data that I want to perform a few javascript operations on to make it more accessible to my end data consumer (R), a

5条回答
  •  抹茶落季
    2021-02-01 21:46

    Only map without reduce is like copying a collection: http://www.mongodb.org/display/DOCS/Developer+FAQ#DeveloperFAQ-HowdoIcopyallobjectsfromonedatabasecollectiontoanother%3F

提交回复
热议问题