How can I use Pass allowDiskUse:true in redash for mongo query.
What I am doing is :
{
“collection”: “collection_name”,
“aggregate”: [
required function
],
“allowDiskUse”: true
}
How can I use **Pass allowDiskUse:true** in redash for mongo query
avinash1012
#1
avinash1012
#3
no, It doesn’t work.
It shows the same error.
Error running query: Exceeded memory limit for $group, but didn’t allow external sort. Pass allowDiskUse:true to opt in.
avinash1012
#7
okay, Thanks.
I will try the same syntax on 6.0.
But the syntax that I mentioned above is correct, right?