-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.3, 3.6.4
-
Component/s: Replication, Storage
-
None
-
Fully Compatible
-
ALL
-
v4.0, v3.6
-
Storage NYC 2018-05-21, Storage NYC 2018-06-04, Storage NYC 2018-06-18
for (var j = 0; j < 20; j++) { for (var i = 0; i < 1000; i++) { db["c"+i].insert({}) } t = new Date() db.dropDatabase() print(new Date() - t) }
Time required for dropDatabase progressively increases on each iteration, for example, with a 1-node replica set:
The performance also starts off worse than 3.4.10.
Does not reproduce standalone.
- is duplicated by
-
SERVER-40012 Drop collection becomes slow after system runs for few weeks
- Closed
- related to
-
SERVER-34717 Performance regression in dropDatabase
- Closed