Single database vs multiple databases – Microservices Architecture [closed]
You can use a single shared database with tables that owned by different microservices if your data is heavily related. Also in case you have strong requirements on data consistency and availiblty of a service. There is pros and cons. Pros Reliability You can have totally consistent incremental backup of the entire system without downtime … Read more