PROGRAMMING
Command Query Responsibility Segregation
Command Query Responsibility Segregation
CQRS is an architectural pattern that recommends the separation between the command processing responsibility and query responsibility. Consequently, the pattern proposes that it is not necessary to have the same data store or even technology, for both read and write purposes.