Updated Scaling (markdown)

Lauri Ojansivu 2020-03-20 03:51:36 +02:00
parent 102ef237a4
commit c7828a253a

@ -1,5 +1,10 @@
## 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:
[How to scale to more users](https://github.com/wekan/wekan/issues/2711#issuecomment-601163047)