From a50f9cab0e735ebed1b8bc54b2ed257466d3675f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 Mar 2020 03:51:55 +0200 Subject: [PATCH] Updated Scaling (markdown) --- Scaling.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scaling.md b/Scaling.md index fecc766..224aa8e 100644 --- a/Scaling.md +++ b/Scaling.md @@ -1,8 +1,11 @@ ## Scaling to more users For any large scale usage, you can: + a) scale with Docker Swarm, etc + b) for big reads or writes, do it on replica + c) for big reads or writes, do it at small amounts at a time, at night, or when database CPU usage seems to be low Related to docker-compose.yml at https://github.com/wekan/wekan , using Docker Swarm: