One of use cases which characterizes monoliths
Question:
Which of these is true of a monolith, rather than microservices?
- Each function would have its own database and keep track of its own state
- Scaling is done independently
- Multiple instances are split out
- Changing a customer table would require coordinating with people on other teams
Answer:
D - is the correct answer. With microservices the API allows you to change a database