Add a parallelScan helper. It should take one parameter, the number of cursors to return (the numCursors value for the parallelCollectionScan command). It returns an array / list / etc. of command cursor instances, one for each cursor returned by the command.
Python implementation and tests here:
https://github.com/mongodb/mongo-python-driver/commit/940d73f672227dd1d5a183ffd223fe0a428d68fc
parallel_collection_scan renamed to parallel_scan here:
https://github.com/mongodb/mongo-python-driver/commit/26139557ebea83eaae8267ac351fc1a89e513f31
- depends on
-
CXX-188 Add ParallelScan Helper
- Closed
-
JAVA-1105 Support parallelCollectionScan command
- Closed
-
MOTOR-18 Support parallelCollectionScan command
- Closed
-
SERVER-12310 create parallelCollectionScan
- Closed
-
CDRIVER-288 Support parallelCollectionScan command
- Closed
-
NODE-122 Support parallelCollectionScan command
- Closed
-
CSHARP-905 Support parallelCollectionScan command
- Closed
-
PYTHON-633 Add parallelCollectionScan helper
- Closed
-
RUBY-716 Support parallelCollectionScan command
- Closed
-
SERVER-12660 Make parallelCollection Scan consistent
- Closed
- related to
-
SERVER-17688 Add wiredTiger support to return more than one cursor for parallelCollectionScan
- Closed