Configuration
Fields
How It Works
- Rows are buffered in memory as they arrive from the pipeline.
- When the buffer reaches
batch_sizeorflush_interval_mselapses since the last flush, a batchINSERTexecutes against the target table. - The
INSERTSQL is dynamically generated from the field names present in each row. - All column names are automatically quoted in the generated SQL to handle reserved words.