From 8287b0521419558c05218b510655f07f4062e6ff Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 16 Jan 2024 05:46:56 +0100 Subject: [PATCH] more docs Signed-off-by: Marc 'risson' Schmitt --- website/docs/advanced/tenancy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/advanced/tenancy.md b/website/docs/advanced/tenancy.md index a494b93a0..994d0aaa7 100644 --- a/website/docs/advanced/tenancy.md +++ b/website/docs/advanced/tenancy.md @@ -35,3 +35,7 @@ Expression policies currently have access to all tenants. ## Notes Upon creating another tenant, a new schema will be created by cloning the `template` schema. This special schema is like a tenant with no data created in it. Cloning an existing schema instead of creating a new one and running migrations on it is done for efficiency purposes. + +Data stored in Redis (cache, tasks, locks) will usually get its keys prefixed by the `schema_name`. + +Files are stored by-tenant, under a `schema_name` directory. For example, `/media/t_example`. The same is true regardless of the storage backend.