Govur University Logo
--> --> --> -->
...

Which architectural pattern explicitly separates the data modification logic from the data retrieval logic to allow for independent scaling of write and read workloads?



The architectural pattern that explicitly separates data modification logic from data retrieval logic is Command Query Responsibility Segregation, commonly known as CQRS. In a traditional system, the same data model is often used for both updating information, known as the command side, and reading information, known as the query side. CQRS splits the ....

Log in to view the answer



Redundant Elements