mgoll@hostxyz ~ $ mongo mydatabase
|
MongoDB shell version: 3.0.7
|
connecting to: mydatabase
|
big:PRIMARY> db.mycollection.getPlanCache().listQueryShapes()
|
2015-11-14T07:24:31.438-0800 E QUERY Error: error: {
|
"$err" : "BSONObj size: 66141993 (0x3F13F29) is invalid. Size must be between 0 and 16793600(16MB)",
|
"code" : 10334
|
}
|
at Error (<anonymous>)
|
at DBQuery.next (src/mongo/shell/query.js:259:15)
|
at DBCollection.findOne (src/mongo/shell/collection.js:189:22)
|
at DB.runCommand (src/mongo/shell/db.js:58:41)
|
at DBCollection._dbCommand (src/mongo/shell/collection.js:105:21)
|
at PlanCache._runCommandThrowOnError (src/mongo/shell/collection.js:1716:32)
|
at PlanCache.listQueryShapes (src/mongo/shell/collection.js:1727:17)
|
at (shell):1:27 at src/mongo/shell/query.js:259
|