▲ | CuriouslyC 5 days ago | |||||||
Service specific views, my guy. | ||||||||
▲ | zbentley 5 days ago | parent [-] | |||||||
And when the underlying tables have to change, what then? Views are good, and help with this situation. But if the data is complicated, big, and even somewhat frequently changes shape (DDL), views only help a little. That said, I think that API update coordination is often much harder than schema change coordination (due to API behavior having many more dimensions along which it can change than database query behavior), so I am generally open to multiple services sharing a database—so long as it’s within reason and understood to pose risks/be appropriately justified and used responsibly. | ||||||||
|