Skip to content

Commit c42fb34

Browse files
authored
Merge pull request #4435 from ClickHouse/dhtclk-patch-4
clarify per replica usage limits
2 parents 2cd297a + 29eedee commit c42fb34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cloud/guides/best_practices/usagelimits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: 'Describes the recommended usage limits in ClickHouse Cloud'
77

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,
10-
databases or parts could negatively impact performance. To avoid this, Clickhouse
11-
Cloud has guardrails set up for several types of items. You can find details of
12-
these guardrails below.
10+
databases, or parts can negatively impact performance. To prevent this, ClickHouse
11+
Cloud enforces per-replica limits across several operational dimensions.
12+
The details of these guardrails are listed below.
1313

1414
:::tip
1515
If you've run up against one of these guardrails, it's possible that you are
@@ -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 |
21+
| Dimension | Limit (Per Replica) |
2222
|-------------------------------|------------------------------------------------------------|
2323
| **Databases** | 1000 |
2424
| **Tables** | 5000 |

0 commit comments

Comments
 (0)