DEV Community

Discussion on: What's the best way to manage migrations in a microservice architechure?

Collapse
 
pdeveltere profile image
Pieter Develtere

Actually, you are incorrect here. A shared DB is not an anti pattern. But you definitely want to have separate tables.

From the article on microservices.io that comes after the article you posted:
microservices.io/patterns/data/sha...

Collapse
 
aroman012 profile image
Alejandro Roman

It's weird because the website says that and at the same time says that it is an anti-pattern that should be avoided.

See the "Decision 3" section microservices.io/articles/applying...