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.
- depends on
-
CSHARP-798 Support Aggregate Command Returning a Cursor
- Closed
-
JAVA-911 Support aggregation output as a cursor
- Closed
-
PYTHON-542 Support aggregation output as a cursor.
- Closed
-
RUBY-660 New aggregation command option to return a cursor
- Closed
-
SERVER-5932 support cursor based aggregation
- Closed
-
CDRIVER-227 Aggregation command can optionally return a cursor
- Closed
-
NODE-56 Aggregation command can optionally return a cursor
- Closed