Skip to content

Commit 8c1eee5

Browse files
authored
Merge pull request #3822 from ClickHouse/Blargian-patch-19
Formatting: replace list with a table
2 parents a5922ef + 69a91dd commit 8c1eee5

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/cloud/bestpractices/usagelimits.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,20 @@ While ClickHouse is known for its speed and reliability, optimal performance is
1111
If you've run up against one of these guardrails, it's possible that you are implementing your use case in an unoptimized way. Contact our support team and we will gladly help you refine your use case to avoid exceeding the guardrails or look together at how we can increase them in a controlled manner.
1212
:::
1313

14-
- **Databases**: 1000
15-
- **Tables**: 5000
16-
- **Columns**: ∼1000 (wide format is preferred to compact)
17-
- **Partitions**: 50k
18-
- **Parts**: 100k across the entire instance
19-
- **Part size**: 150gb
20-
- **Services per organization**: 20 (soft)
21-
- **Services per warehouse**: 5 (soft)
22-
- **Low cardinality**: 10k or less
23-
- **Primary keys in a table**: 4-5 that sufficiently filter down the data
24-
- **Query concurrency**: 1000
25-
- **Batch ingest**: anything > 1M will be split by the system in 1M row blocks
14+
| Dimension | Limit |
15+
|-----------|-------|
16+
|**Databases**| 1000|
17+
|**Tables**| 5000|
18+
|**Columns**| ∼1000 (wide format is preferred to compact)|
19+
|**Partitions**| 50k|
20+
|**Parts**| 100k across the entire instance|
21+
|**Part size**| 150gb|
22+
|**Services per organization**| 20 (soft)|
23+
|**Services per warehouse**| 5 (soft)|
24+
|**Low cardinality**| 10k or less|
25+
|**Primary keys in a table**| 4-5 that sufficiently filter down the data|
26+
|**Query concurrency**| 1000|
27+
|**Batch ingest**| anything > 1M will be split by the system in 1M row blocks|
2628

2729
:::note
2830
For Single Replica Services, the maximum number of databases is restricted to 100, and the maximum number of tables is restricted to 500. In addition, storage for Basic Tier Services is limited to 1 TB.

0 commit comments

Comments
 (0)