-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ability to use allowDiskUse on mongo #7765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this issue!
|
That sounds like a good addition, |
Yo @mtrezza Do you think that would be too crazy to implement? I'm willing to set up parse for dev and have a shot |
I think it would be straight forward to implement. It's just another option that can be passed in |
Hello @stewones can you implement it for aggregates too? |
It seems that no PR has ever been submitted for this issue, so feel free to submit one. |
hey guys, I've left the company I was working for which would benefit from this feature, so completely lost the interest for now. but would love to see this feature added. |
alright I need this for a pet project now, looking into 👀 |
got it working for the |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
allowDiskUse is true by default in mongo 6. |
Maybe it still makes sense to add the option, as there will be deployments running on MongoDB <6 for a while, probably years? |
created a draft. it already works with |
Do not think, this included the aggregation queries. It only mentions the |
Could you explain a bit more? |
New Feature / Enhancement Checklist
Current Limitation
currently it's not possible to set
allowDiskUse
as option to queriesFeature / Enhancement Description
according to this comment, starting with mongo v5.12.8 it would be possible to pass
allowDiskUse
throughsetOptions
Automattic/mongoose#10177 (comment)
Example Use Case
Alternatives / Workarounds
N/A
3rd Party References
N/A
The text was updated successfully, but these errors were encountered: