mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Updated Scaling (markdown)
parent
c7828a253a
commit
a50f9cab0e
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue