-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
Query 16 (06/24/16)
-
(copied to CRM)
Prior to MongoDB 2.6, aggregation (without a $out stage) would return results as a single document. With MongoDB 2.6 we introduced an optional cursor-based interface and made this the default in both shell and drivers. Use of the not-cursor-based option should cause the server to occasionally log a deprecation warning to the diagnostic log file.
- is depended on by
-
SERVER-24623 Remove single document aggregation result option
- Closed