I am starting to use MongoDB
and I have a problem in consultation with queries. The following error always happens.
db.user_tracking.distinct("q") Sun May 19 20:02:01.785 JavaScript execution failed: distinct failed: { "errmsg" : "exception: distinct too big, 16mb cap", "code" : 10044, "ok" : 0 } at src/mongo/shell/collection.js:L879
Can anyone tell me how to solve this? Thanks.