Skip to content

Commit 8ff3410

Browse files
committed
Add defaults
1 parent c69cdee commit 8ff3410

File tree

1 file changed

+11
-11
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+11
-11
lines changed

docs/integrations/data-ingestion/clickpipes/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,24 +90,24 @@ ClickPipes provides sensible defaults that cover the requirements of most use ca
9090

9191
| Setting | Default value | Description |
9292
|------------------------------------|---------------|---------------------------------------------------------------------------------------|
93-
| `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. |
100-
| `Parallel distributed insert select` | | [Parallel distributed insert select setting](/operations/settings/settings#parallel_distributed_insert_select). |
101-
| `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. |
100+
| `Parallel distributed insert select` | 2 | [Parallel distributed insert select setting](/operations/settings/settings#parallel_distributed_insert_select). |
101+
| `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. |
103103

104104
<Image img={cp_advanced_settings} alt="Advanced settings for ClickPipes" size="lg" border/>
105105

106106
### Streaming ClickPipes {#clickpipes-advanced-settings-streaming}
107107

108108
| Setting | Default value | Description |
109109
|------------------------------------|---------------|---------------------------------------------------------------------------------------|
110-
| `Streaming max insert wait time` | | Configures the maximum wait period before inserting data into the ClickHouse cluster. |
110+
| `Streaming max insert wait time` | 5s | Configures the maximum wait period before inserting data into the ClickHouse cluster. |
111111

112112
## Error reporting {#error-reporting}
113113
ClickPipes will store errors in two separate tables depending on the type of error encountered during the ingestion process.

0 commit comments

Comments
 (0)