Tyler
My feedback
1 result found
-
28 votes
An error occurred while saving the comment
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
Want to call out that while there are presumably correctness issues to this when it comes to sharding, most uses of this sort of pattern I assume are to ultimately update all documents in a large collection without overwhelming the cluster.
If you have 1 billion documents (frankly lower numbers this still holds) and I want to update each one to add a field (or remove a field).
Right now there is not an easy way to slowly migrate these without doing something that feels way less performant than what MongoDB could do internally.