Skip to content

Commit 0d84f91

Browse files
p-mongop
andauthored
MONGOID-5358 Indicate Map/Reduce is deprecated (#5304)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 82d865a commit 0d84f91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/map-reduce.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Map/Reduce
1616
Mongoid provides a DSL around MongoDB's map/reduce framework, for performing
1717
custom map/reduce jobs or simple aggregations.
1818

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+
1926
Execution
2027
---------
2128

0 commit comments

Comments
 (0)