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
|`Max insert bytes`|| Number of bytes to process in a single insert batch. |
94
-
|`Max file count`|| Maximum number of files to process in a single insert batch. |
95
-
|`Max threads`||[Maximum number of concurrent threads](/operations/settings/settings#max_threads) for file processing. |
96
-
|`Max insert threads`||[Maximum number of concurrent insert threads](/operations/settings/settings#max_insert_threads) for file processing. |
97
-
|`Min insert block size bytes`||[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`||[Maximum number of concurrent download threads](/operations/settings/settings#max_download_threads). |
99
-
|`Object storage polling interval`|| Configures the maximum wait period before inserting data into the ClickHouse cluster. |
|`Parallel view processing`|| Whether to enable pushing to attached views [concurrently instead of sequentially](/operations/settings/settings#parallel_view_processing). |
102
-
|`Use cluster function`|| Whether to process files in parallel across multiple nodes. |
93
+
|`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. |
|`Parallel view processing`|false| Whether to enable pushing to attached views [concurrently instead of sequentially](/operations/settings/settings#parallel_view_processing). |
102
+
|`Use cluster function`|true| Whether to process files in parallel across multiple nodes. |
103
103
104
104
<Imageimg={cp_advanced_settings}alt="Advanced settings for ClickPipes"size="lg"border/>
0 commit comments