> db.version()
1.8.0
> db.runCommand({distinct : 'visits', key : 'viewer', query : {app_id : 626233}})
{
"errmsg" : "exception: distinct too big, 4mb cap",
"code" : 10044,
"ok" : 0
}
Cap in 1.8 should be 16mb.
> db.version()
1.8.0
> db.runCommand({distinct : 'visits', key : 'viewer', query : {app_id : 626233}})
{
"errmsg" : "exception: distinct too big, 4mb cap",
"code" : 10044,
"ok" : 0
}
Cap in 1.8 should be 16mb.