-
Type: Investigation
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
1,599
TOOLS-1856 produces a performance-related optimization on mongorestore using sync.Pool in the Go standard library.
Investigate whether a similar optimization is possible in mongoimport, and implement changes accordingly.
NOTE: It's unlikely that a similar change would result in notable performance improvements in mongodump and mongoexport, since all user-data, i.e. that which is produced from an MDB server instance, is handled by the driver.
- is related to
-
TOOLS-1856 use a memory pool in mongorestore
- Accepted