How to optimize mongodb inserts across multiple collections in C#?
I need to insert records into multiple collections within the same MongoDB database. Each record can be inserted into a different collection. More than one structure is trying to do this operation at the same time and the wait queue is swelling.