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

Aggregation command can optionally return a cursor

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PYTHON-542 Done 2.6
      JAVA-911 Done 2.12.0, 3.0.0
      PHP-875 Done 1.5.0, 1.5.0alpha1
      PERL-251 Done 0.704.0.0
      NODE-56 Done 1.4
      RUBY-660 Done 1.10.0
      CDRIVER-227 Done 0.90.0
      CSHARP-798 Done 1.9
      $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 PYTHON-542 Done 2.6 JAVA-911 Done 2.12.0, 3.0.0 PHP-875 Done 1.5.0, 1.5.0alpha1 PERL-251 Done 0.704.0.0 NODE-56 Done 1.4 RUBY-660 Done 1.10.0 CDRIVER-227 Done 0.90.0 CSHARP-798 Done 1.9

      The aggregation command on the server adds the ability to return a cursor on MongoDB 2.6. The drivers need to allow passing in off the cursor options and should return a cursor or iterator that allows to iterate over the results as well as to call subsequent getmore commands to exhaust the cursor.

      The cursor returned support getmore and killcursor wire protocol calls.

      Information about the format of the cursor command and returned results can be found at.

      http://docs.mongodb.org/manual/reference/command/aggregate/

            Assignee:
            barrie Barrie Segal
            Reporter:
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: