You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pipelines/configuration/batching.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar:
5
5
order: 10
6
6
---
7
7
8
-
Pipelines automatically batches ingested records. Batching helps reduce the number of output files written to your destination, which can make them more efficient to query. Batching can also reduce the number of times your [transformation worker](/pipelines/transformations/worker) is invoked, which can reduce costs.
8
+
Pipelines automatically batches ingested records. Batching helps reduce the number of output files written to your destination, which can make them more efficient to query.
9
9
10
10
Batch settings apply after the ingestion stage of a Pipeline. As soon as a batch is filled, the batch of data will be delivered downstream to any transformations you've configured, and then finally to your configured destination.
0 commit comments