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.
Cloudant上のデータベースの map/reduce コードを書いています。次の場合、値reduce(keys, values, rereduce)はキーの順序で関数に渡されますrereduce=falseか? 私はHadoopでの作業に慣れているので、そうするだろうと思いますが、Cloudantのドキュメントには、そうであると明示的に述べているものは見つかりません.
reduce(keys, values, rereduce)
rereduce=false
rereduce=false の場合、値がキーの順序で reduce 関数に入ることは保証されません。