-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
It might be useful to add information to serverStatus on how many bulkWrites are done with ordered=true vs ordered=false. We've thought a lot about the "many write errors" edge case for bulkWrite throughout this project and in the future it could be helpful from a product perspective to know how commonly used unordered bulkWrite is. If we did that, we might want to file a ticket about adding a similar stat for insert/update/delete.
We could also consider other things like "how many bulkWrites target multiple namespaces" or "how many bulkWrites mix op types". We can also always add more things later, but we should consider now if there is any info we definitely want right off the bat.