Question
Docker or multiple data base?
Good afternoon,
I have a question about performance.
I need to implement a system.
This was multiple accounts (users), but the data not possible to be the same between them.
My idea is that the new user, a new environment is created for him.
What would be the best solution?
Using a single server (** wildfly / tomcat **) and each new user, create a new database or create a docker image for each new user?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×