【发布时间】:2020-08-26 10:55:44
【问题描述】:
我是 MongoDB 世界的新手。 当我尝试制作 map_recude 时,出现此错误
pymongo.errors.OperationFailure: MapReduce internal error :: caused by :: Size of emitted values exceeds the set size limit of 104857600 bytes : , full error: {'ok': 0.0, 'errmsg': 'MapReduce internal error :: caused by :: Size of emitted values exceeds the set size limit of 104857600 bytes :\n@:6:29\n@:5:21\n', 'code': 31292, 'codeName': 'Location31292'}
有什么办法可以解决吗?
【问题讨论】:
标签: mongodb