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: