I don't think they are, but I think they should be
Maybe separated databases are the core of Microservices like architectures.
4
2
6
. @stilkov you want to decouple two components. What's more important: separate deployment or separate database schemas?
1
Replying to @ewolff
Inseparable: If database schemas are shared, development and deployment need to be synchronized every time there's a schema change

Dec 3, 2016 · 11:15 AM UTC

4
1
1
Replying to @stilkov
so the separate schemas are in a way more important
2
1
Unsurprisingly, we agree. I just meant to say that many existing microservices architectures miss this point.
2
1
This tweet is unavailable
We definitely don't want to share schemas.
Replying to @stilkov
...but you could have a deployment monolith with separate schemas.
Replying to @stilkov
somehow you are saying what I tried to say with the original tweet: separate database schemas are needed for independent deployment
1
1