以下查询在mongodb 3.6中运行完美 但是在documentdb中会引发错误。
db.house.count({'data.foo.d':/2019-05/})
connecting to: docdb.xxxxxxxxxxx.xxxxxx.int:27017/dbname
2019-06-04T20:39:14.339+0000 E QUERY [thread1] Error: count failed: { "ok" : 0, "errmsg" : "operation was interrupted", "code" : 11601 } :
_getErrorWithCode@src/mongo/shell/utils.js:25:13
DBQuery.prototype.count@src/mongo/shell/query.js:370:11
DBCollection.prototype.count@src/mongo/shell/collection.js:1713:12
@(shell):1:1```
答案 0 :(得分:0)
当前,AWS DocumentDb查询超时被硬编码为2小时。
答案 1 :(得分:0)
我建议对此进行解释。看来您要达到DocumentDB 2小时查询超时。看看是否可以建立一个可用于计数查询的索引。