Skip to content

Commit de2a4b1

Browse files
committed
fix links
1 parent e00f68b commit de2a4b1

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ ClickPipes provides sensible defaults that cover the requirements of most use ca
9292
|------------------------------------|---------------|---------------------------------------------------------------------------------------|
9393
| `Max insert bytes` | | Number of bytes to process in a single insert batch. |
9494
| `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/settings#max_threads) for file processing. |
96-
| `Max insert threads` | | [Maximum number of concurrent insert threads](../../../operations/settings/settings/settings#max_insert_threads) for file processing. |
97-
| `Min insert block size bytes` | | [Minimum size of bytes in the block](../../../operations/settings/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/settings#max_download_threads). |
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). |
9999
| `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/settings#parallel_distributed_insert_select). |
101-
| `Parallel view processing` | | Whether to enable pushing to attached views [concurrently instead of sequentially](../../../operations/settings/settings/settings#parallel_view_processing). |
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). |
102102
| `Use cluster function` | | Whether to process files in parallel across multiple nodes. |
103103

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

0 commit comments

Comments
 (0)