-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
When evaluating the performance impact of the new createDatabase coordinator, it is found that the runtime of the insert operation to a non-existing database (and collection) doubled.
- Without createDatabase coordinator, the first insert took 102ms
- With createDatabase coordinator, the first insert took 114ms
- With all feature flags enabled, the first insert took 224ms
The experiment was run on a single shard cluster on a workstation.