-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.0.1
-
Component/s: mongoimport, mongorestore
Currently the WT compression type is determined at collection creation time. There is no support for conversion. In a recovery scenario, collections might get accidentally converted if restored to an empty DB if the originating collections are of mixed type, as they depend on the global default compression setting.
This request is to add per named collection compression type support on each of the tools: mongodump (file level compression), mongorestore and mongoimport.