Skip to content

Commit 6174743

Browse files
authored
Merge pull request #4438 from ClickHouse/dhtclk-patch-4
only concurrency limits are per replica
2 parents 57eb8d6 + 2616904 commit 6174743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cloud/guides/best_practices/usagelimits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: 'Describes the recommended usage limits in ClickHouse Cloud'
88
While ClickHouse is known for its speed and reliability, optimal performance is
99
achieved within certain operating parameters. For example, having too many tables,
1010
databases, or parts can negatively impact performance. To prevent this, ClickHouse
11-
Cloud enforces per-replica limits across several operational dimensions.
11+
Cloud enforces limits across several operational dimensions.
1212
The details of these guardrails are listed below.
1313

1414
:::tip
@@ -18,7 +18,7 @@ we will gladly help you refine your use case to avoid exceeding the guardrails
1818
or look together at how we can increase them in a controlled manner.
1919
:::
2020

21-
| Dimension | Limit (Per Replica) |
21+
| Dimension | Limit |
2222
|-------------------------------|------------------------------------------------------------|
2323
| **Databases** | 1000 |
2424
| **Tables** | 5000 |
@@ -30,7 +30,7 @@ or look together at how we can increase them in a controlled manner.
3030
| **Services per warehouse** | 5 (soft) |
3131
| **Low cardinality** | 10k or less |
3232
| **Primary keys in a table** | 4-5 that sufficiently filter down the data |
33-
| **Query concurrency** | 1000 |
33+
| **Query concurrency** | 1000 (per replica) |
3434
| **Batch ingest** | anything > 1M will be split by the system in 1M row blocks |
3535

3636
:::note

0 commit comments

Comments
 (0)