Database node as bottleneck, scalability #207
-
Supposing we have a swarm containing several application nodes. For a large application, this configuration may be a bottleneck. Is there a way to make the db scale? Would it be correct to have several replicas of the db, sharing the same volume for data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
How you scale a database has almost nothing to do with containers or swarm. DB performance or redundancy needs are specific to the DB technology you’re using. Docker and Swarm don’t change that. SQL systems typically can’t share files. |
Beta Was this translation helpful? Give feedback.
How you scale a database has almost nothing to do with containers or swarm. DB performance or redundancy needs are specific to the DB technology you’re using. Docker and Swarm don’t change that. SQL systems typically can’t share files.