You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Landing page for Best Practices section in ClickHouse'
@@ -18,4 +18,5 @@ This section provides six best practices you will want to follow to get the most
18
18
|[Avoid Nullable Columns](/cloud/bestpractices/avoid-nullable-columns)| Learn why you should ideally avoid Nullable columns |
19
19
|[Avoid Optimize Final](/cloud/bestpractices/avoid-optimize-final)| Learn why you should avoid `OPTIMIZE TABLE ... FINAL`|
20
20
|[Choose a Low Cardinality Partitioning Key](/cloud/bestpractices/low-cardinality-partitioning-key)| Learn how to choose a low cardinality partitioning key. |
21
-
|[Usage Limits](/cloud/bestpractices/usage-limits)| Explore the limits of ClickHouse. |
21
+
|[Usage Limits](/cloud/bestpractices/usage-limits)| Explore the limits of ClickHouse. |
22
+
|[Multi tenancy](/cloud/bestpractices/multi-tenancy)| Learn about different strategies to implement multi-tenancy. |
0 commit comments