Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“ v1.8+:输出选项已更改。Map-reduce 不再生成临时集合... ”。这是否意味着我必须手动删除 map-reduce 生成的集合,或者还有一种说法是 map-reduce:我只需要这个输出作为临时中间存储,完成后立即删除?
是的,您需要手动删除在输出选项中标识的命名集合(一旦完成),或者使用{ inline: 1 }从 RAM 返回输出的输出选项(并接受该输出选项的限制)。
{ inline: 1 }