You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you can do is to set the num_docs_per_chunk parameter of the find call to the limit (or a fraction thereof) and then use std.range.take to limit the amount of items requested:
I would like to replicate such mongo db command:
But I am currently stuck at:
Is MongoCursor missing limit method or there is another way around this?
Thanks!
The text was updated successfully, but these errors were encountered: