Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-138

Support parallelCollectionScan command

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CSHARP-905 Done 1.9
      JAVA-1105 Done 2.12.0
      RUBY-716 Done 1.10.0
      PYTHON-633 Done 2.7
      PHP-972 Done 1.5.0
      PERL-298 Done 0.704.0.0
      CDRIVER-288 Won't Fix
      NODE-122 Done 1.4
      MOTOR-18 Done
      CXX-188 Done legacy-0.11.0
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CSHARP-905 Done 1.9 JAVA-1105 Done 2.12.0 RUBY-716 Done 1.10.0 PYTHON-633 Done 2.7 PHP-972 Done 1.5.0 PERL-298 Done 0.704.0.0 CDRIVER-288 Won't Fix NODE-122 Done 1.4 MOTOR-18 Done CXX-188 Done legacy-0.11.0

      Add a parallelScan helper. It should take one parameter, the number of cursors to return (the numCursors value for the parallelCollectionScan command). It returns an array / list / etc. of command cursor instances, one for each cursor returned by the command.

      Python implementation and tests here:

      https://github.com/mongodb/mongo-python-driver/commit/940d73f672227dd1d5a183ffd223fe0a428d68fc

      parallel_collection_scan renamed to parallel_scan here:

      https://github.com/mongodb/mongo-python-driver/commit/26139557ebea83eaae8267ac351fc1a89e513f31

            Assignee:
            barrie Barrie Segal
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: