Validate Insert performance

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: CRUD
    • None
    • Dotnet Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      The .NET/C# driver is showing slower insert performance for an insert of 100 documents when compared to the node driver. Tested against Atlas M0. 

      Node.js insert 100 documents: 28 ms
      Node.js read 100 documents: 22 ms
      Node.js delete 100 documents: 24 ms

      C# insert 100 documents: 848 ms
      C# read 100 documents: 27 ms
      C# delete 100 documents: 24 ms

      Here is the code I used for testing:
      C# Driver: v3.3
      Node.js Driver: v6.15

      Reported in forums post here

            Assignee:
            Boris Dogadov
            Reporter:
            Rishit Bhatia
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: