Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9305

Document the killCursors command

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The killCursors command is currently not documented.

      It must be run in the database, which contains the collection whose cursor(s) need to be killed and has the following syntax:

      use <db name>;
      db.runCommand({killCursors: '<coll name>', cursors: [NumberLong(<cursor id>), ... ]});
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 40 weeks, 4 days ago