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

      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: