-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
#parallel_scan was removed from the CRUD API but needs to be added back in.
Here is the commit removing it:
https://github.com/mongodb/mongo-ruby-driver/commit/c87ebef262657885ec6dd5cea18550dd8d8a7249
It will return an array of cursors, not a MultiCursor object.
- related to
-
RUBY-995 CollectionView.parallel_scan doesn't apply proper filter
- Closed