Execution Mode
Transformer
pipelines can run in batch or streaming mode. You select the execution mode when you
create a pipeline:
- Batch
- A batch pipeline processes available data, and then stops. By default, batch pipelines process all available data. For some origins, you can configure a maximum batch size to limit the amount of data processed. Most pipelines process one batch. However, pipelines that contain an origin configured to read multiple tables process one batch for each table specified in the origin.
- Streaming
- A streaming pipeline runs continuously until manually stopped. While running, the pipeline maintains connections to origin systems and processes data at regular intervals. Use a streaming pipeline when you expect data to continuously arrive in origin systems.