It would be good if we could speed limit the copyDatabase operation. Currently when we do this the mongo database seems to try to do this operation as fast as possible which makes the server unusable for other operations.
We have a multi tenanted setup with hundreds of databases running on the same database server. This copyDatabase operation essentially brings all customer environments to a standstill.
- related to
-
SERVER-32381 The copyDatabase shell helper should take a writeConcern option
-
- Closed
-