-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc1
-
Component/s: Storage
-
Fully Compatible
-
ALL
On a process with 67 databases, the following takes approximately 2 seconds on a wiredTiger primary:
db.runCommand({listDatabases:1});
If I switch the primary to an mmapv1 node, the command returns within a few milliseconds.
- is related to
-
SERVER-17078 show databases taking extraordinarily long with wiredTiger
- Closed