Skip to content

Commit

Permalink
DOCSP-31907 - Add paragraph from server docs (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-smith721 authored Oct 3, 2023
1 parent 1769d63 commit 6cf312f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/fundamentals/crud/read-operations/change-streams.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ Split Large Change Stream Events

Starting in MongoDB 7.0, you can use the ``$changeStreamSplitLargeEvent``
aggregation stage to split events that exceed 16 MB into smaller fragments.

Use ``$changeStreamSplitLargeEvent`` only when strictly necessary. For
example, use ``$changeStreamSplitLargeEvent`` if your application requires full
document pre- or post-images, and generates events that exceed 16 MB.

The $changeStreamSplitLargeEvent stage returns the fragments sequentially. You can
access the fragments by using a change stream cursor. Each fragment
includes a ``SplitEvent`` object containing the following fields:
Expand Down

0 comments on commit 6cf312f

Please sign in to comment.