In its current form, the parallelCollectionScan command will only return multiple cursors when running a mongod with the MMAPv1 storage engine. With the deprecation of MMAPv1 we should also deprecate parallelCollectionScan.
If the ability to partition a collection is required under WiredTiger in the future, it is likely it will take a different form than parallelCollectionScan. Once such request is tracked by SERVER-24274
- causes
-
RUBY-1405 Do not run parallelCollectionScan tests on server 4.1+
- Closed
- is depended on by
-
DRIVERS-562 Deprecate parallelCollectionScan helpers
- Closed
- is duplicated by
-
SERVER-36095 Remove support for parallel initial sync
- Closed
- is related to
-
SERVER-34417 parallelCollectionScan within a session errors under auth
- Closed
-
SERVER-31954 Mark MMAPv1 storage engine as deprecated
- Closed
- related to
-
SERVER-36055 Mobile SE: Compact returns wrong error code on mobile
- Closed
-
SERVER-24274 Create a command to provide query bounds for partitioning data in a collection
- Backlog