Skip to content

Draft: Make collector batching configurable in cluster CR

Mat Appelman requested to merge mappelman/larger-ch-inserts into main

After running some experiments, we've witnessed significant improvements when inserting larger batches into ClickHouse. We've landed on a batching configuration that works well for our current loads.

The goal now of this MR is to make the batching configuration configurable in the Cluster CR in order to configure different values for dev/testing/production.

Edited by Mat Appelman

Merge request reports