-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Repl 2018-07-30, Repl 2018-08-13, Repl 2018-08-27
There is unused code for using parallelCollectionScan in the CollectionCloner for initial sync. This was possible using the AsyncResultsMerger, which supports sending getMore commands for multiple cursors and processing the results asynchronously. However, for the Faster Initial Sync project, we are rewriting the CollectionCloner to use DBClientConnection. In order to support multiple cursors with DBClientConnection, we would need to create multiple data cloning threads. This is not worthwhile, since we are not currently using this functionality. WiredTiger does not support parallelCollectionScan and has no plans to do so.
- duplicates
-
SERVER-33998 Remove the parallelCollectionScan command
- Closed
- is depended on by
-
SERVER-36096 Convert CollectionCloner to use DBClientConnection
- Closed