Updated Scaling (markdown)

Lauri Ojansivu 2020-03-20 03:51:55 +02:00
parent c7828a253a
commit a50f9cab0e

@ -1,8 +1,11 @@
## Scaling to more users ## Scaling to more users
For any large scale usage, you can: For any large scale usage, you can:
a) scale with Docker Swarm, etc a) scale with Docker Swarm, etc
b) for big reads or writes, do it on replica 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 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: Related to docker-compose.yml at https://github.com/wekan/wekan , using Docker Swarm: