Skip to content

Commit

Permalink
Merge pull request #3062 from Blargian/fix_remaining_hash
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
Blargian authored Jan 9, 2025
2 parents 2e379ed + 1ebd317 commit dc6c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/integrations/data-ingestion/s3/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The server that initially receives the insert query first resolves the glob patt

We repeat our earlier read query distributing the workload across 3 nodes, adjusting the query to use `s3Cluster`. This is performed automatically in ClickHouse Cloud, by refering to the `default` cluster.

As noted in [Utilizing Clusters](#utilizing-clusters) this work is distributed a file level. To benefit from this feature users will require a sufficient number of files i.e. at least > the number of nodes.
As noted in [Utilizing Clusters](/docs/en/integrations/s3#utilizing-clusters) this work is distributed a file level. To benefit from this feature users will require a sufficient number of files i.e. at least > the number of nodes.


```sql
Expand Down

0 comments on commit dc6c1cc

Please sign in to comment.