File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
source/reference/pipeline Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
To allow writes to an |service| cluster, {+adl+} introduces
25
25
:ref:`alternate syntax <adl-merge-syntax>` for the required ``into``
26
- field. on this page for more information. {+adl+} supports all other
27
- fields as described in the MongoDB server documentation for
26
+ field. {+adl+} supports all other fields as described for
28
27
:pipeline:`$merge`.
29
28
30
29
To learn more, see :pipeline:`$merge` pipeline stage.
@@ -44,8 +43,8 @@ cluster, you must be a database user with the following
44
43
Considerations
45
44
--------------
46
45
47
- If an {+adl+} host goes offline while executing ``$merge``, no data
48
- written would be reverted .
46
+ If the aggregation fails, {+adl+} doesn't roll back any writes that the
47
+ :pipeline:`$merge` completed before the error occurred .
49
48
50
49
.. _adl-merge-syntax:
51
50
You can’t perform that action at this time.
0 commit comments