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 21c6347 commit f059494Copy full SHA for f059494
source/triggers/database-triggers.txt
@@ -35,9 +35,7 @@ Database triggers use MongoDB :manual:`change streams </changeStreams>`
35
to watch for real-time changes in a collection. A change stream is a
36
series of :ref:`database events <database-events>` that each
37
describe an operation on a document in the collection. Your app opens a
38
-single change stream for each collection with at least one enabled
39
-trigger. If multiple triggers are enabled for a collection they all
40
-share the same change stream.
+new change stream for each database trigger created in a collection.
41
42
.. important:: Change Stream Limitations
43
0 commit comments