Skip to content

Commit aeb32e8

Browse files
Update src/connections/destinations/index.md
Co-authored-by: Peter DeMartini <[email protected]>
1 parent 8f426f0 commit aeb32e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Segment uses [stream batching](#stream-batching) for all destinations that requi
189189
For all destinations, except for non-realtime Engage syncs and Reverse ETL syncs, Segment processes events from your source as they arrive and then flows the data downstream to your destinations in small batches, in a process called **stream batching**. These batches might contain different events between retry attempts, as events in previous batches may have succeeded, failed with a permanent error, or expired. This variability reduces the workload the system processes during partial successes, allows for better per-event handling, and reduces the chance of load-related failures by using variable batch formations.
190190

191191
#### Bulk batching
192-
Non-realtime Engage syncs and Reverse ETL syncs use a process called **bulk batching**, which supports batching for destinations that produce between several thousand and a million events at a time. Syncs contain the same events between batches.
192+
Some data flows may be able to use a process called **bulk batching**, which supports batching for destinations that produce between several thousand and a million events at a time. Real-time workloads or using a Destination Insert Function may prevent bulk batches from being formed. Batches contain the same events between retries.
193193

194194
The following destinations support bulk batching:
195195
- [DV360](/docs/connections/destinations/catalog/actions-display-video-360/)

0 commit comments

Comments
 (0)