We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b22a43 commit 1420e21Copy full SHA for 1420e21
source/reference/map-reduce.txt
@@ -16,6 +16,13 @@ Map/Reduce
16
Mongoid provides a DSL around MongoDB's map/reduce framework, for performing
17
custom map/reduce jobs or simple aggregations.
18
19
+.. note::
20
+
21
+ The map-reduce operation is deprecated.
22
+ The :ref:`aggregation framework <aggregation-pipeline>` provides better
23
+ performance and usability than map-reduce operations, and should be
24
+ preferred for new development.
25
26
Execution
27
---------
28
0 commit comments