Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1951

Use killCursors command with MongDB 3.2 and up

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.8.0
    • Affects Version/s: 2.4.3
    • Component/s: Operations
    • Labels:
      None

      MongoDB introduced a killCursors command in 3.2 to go along with the find and getMore commands. The .NET driver, however, doesn't use it, as there were no ill effects of not using it. However, Atlas free tier handles only the killCursors command and ignores OP_KILL_CURSORS. Given this limitation, and the possibility that the server will ultimately deprecate OP_KILL_CURSORS, the .NET driver should use the killCursors command with server versions >= 3.2.

            Assignee:
            dmitry.lukyanov@mongodb.com Dmitry Lukyanov (Inactive)
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: