-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
1,558
Currently, mongodump runs dump.getCount() before dumping a non-oplog collection. This can be very time consuming when dumping views as collections since the count operation might use a COLLSCAN. We should fix this by skipping the count step when dumping views as collections.
- is related to
-
TOOLS-2749 Skip count step when dumping from Data Lake
- Accepted