Computer Science, asked by kd16867, 11 months ago

The 2 components of CQRS include_______________

Answers

Answered by vijay160658
0
CQRS (Command Query Responsibility Segregation) is an architectural precept, the core feature of which is a division of the software architecture into two parts [1, 2, 3, 4] with clearly separated responsibilities – execution of commands which result in changes to the state of the software system
Answered by gratefuljarette
1

The two components of CQRS includes the command side and the query side.

Explanation:

  • CQRS stands for Command Query Responsibility Segregation. The command side component is basically used to update the data or we can write the data and the query side component is basically used to read the data.
  • These two components help the model to operate independently with fewer errors and data redundancy, we can have simpler queries, the model can be secured in a more proper manner, etc.
Similar questions