Answer the question
In order to leave comments, you need to log in
Isn't it better to store microservice databases separately from containers?
Is it necessary to store microservice databases in containers? That is, one microservice + base and all this in a container, and so on. Isn't it better to store only the logic itself in the container. And bases separately not in containers? As it would not be desirable base to rigidly bind to a certain container.
How will it be more productive when the base is in a container? Or if it is outside, i.e. not in a container, will performance decrease?
Answer the question
In order to leave comments, you need to log in
Databases are generally not recommended to be stored in containers unless you know exactly why you need it and what you are doing.
So yes, your thoughts are correct.
In terms of performance, it depends on everything, but if you decide to do microservices, then these delays will not be so significant for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question