AdvancedVocabulary#software-architecture#backend#architecture

CQRS Vocabulary

Learn the vocabulary of splitting an application into a command model for writes and a separately optimized model for reads.

0 / 5 completed
1 / 5
A teammate explains that an application uses one model to handle commands that change state and a completely separate, independently optimized model to serve queries that read state, rather than funneling both reads and writes through a single shared model. What architectural pattern is being described?