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
ClickPipes provides sensible defaults that cover the requirements of most use cases. If your use case requires additional fine-tuning, you can adjust the following settings:
88
88
89
-
-**Streaming max insert wait time**: Configures the maximum wait period before inserting data into the ClickHouse cluster. Applies to streaming ClickPipes (e.g., Kafka, Kinesis).
90
-
-**Object storage polling interval**: Configures how frequently ClickPipes checks object storage for new data. Applies to object storage ClickPipes (e.g., S3, GCS).
|`Max insert bytes`| 10GB | Number of bytes to process in a single insert batch. |
94
+
|`Max file count`| 100 | Maximum number of files to process in a single insert batch. |
95
+
|`Max threads`| auto(3) |[Maximum number of concurrent threads](/operations/settings/settings#max_threads) for file processing. |
96
+
|`Max insert threads`| 1 |[Maximum number of concurrent insert threads](/operations/settings/settings#max_insert_threads) for file processing. |
97
+
|`Min insert block size bytes`| 1GB |[Minimum size of bytes in the block](/operations/settings/settings#min_insert_block_size_bytes) which can be inserted into a table. |
98
+
|`Max download threads`| 4 |[Maximum number of concurrent download threads](/operations/settings/settings#max_download_threads). |
99
+
|`Object storage polling interval`| 30s | Configures the maximum wait period before inserting data into the ClickHouse cluster. |
0 commit comments