Skip to content

Commit f061706

Browse files
authored
Merge pull request #3533 from ClickHouse/multi-tenancy-cloud
Add multi tenancy guide
2 parents 931838d + 0c3b228 commit f061706

File tree

5 files changed

+508
-2
lines changed

5 files changed

+508
-2
lines changed

docs/cloud/bestpractices/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /cloud/bestpractices
3-
keywords: ['Cloud', 'Best Practices', 'Bulk Inserts', 'Asynchronous Inserts', 'Avoid Mutations', 'Avoid Nullable Columns', 'Avoid Optimize Final', 'Low Cardinality Partitioning Key']
3+
keywords: ['Cloud', 'Best Practices', 'Bulk Inserts', 'Asynchronous Inserts', 'Avoid Mutations', 'Avoid Nullable Columns', 'Avoid Optimize Final', 'Low Cardinality Partitioning Key', 'Multi Tenancy']
44
title: 'Overview'
55
hide_title: true
66
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
1818
| [Avoid Nullable Columns](/cloud/bestpractices/avoid-nullable-columns) | Learn why you should ideally avoid Nullable columns |
1919
| [Avoid Optimize Final](/cloud/bestpractices/avoid-optimize-final) | Learn why you should avoid `OPTIMIZE TABLE ... FINAL` |
2020
| [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

Comments
 (0)