我在一次 MongoDB 会议上听说可以在 mapreduce 中使用来自其他集合的数据。
当我尝试db.collection.findOne(..)
时,它引发了这个错误:
failed: exception: ReferenceError: db is not defined near...
语法错了吗?
我在一次 MongoDB 会议上听说可以在 mapreduce 中使用来自其他集合的数据。
当我尝试db.collection.findOne(..)
时,它引发了这个错误:
failed: exception: ReferenceError: db is not defined near...
语法错了吗?
似乎 mongodb map reduce 只会对其调用的集合进行操作。我认为这是以前允许v2.4
的。
根据 2.4 的发布日志,该功能已被删除。