Jhony Rivero

75%
Flag icon
CQRS The Command-Query Responsibility Segregation (CQRS) pattern refers to an alternate model for storing and querying information. With normal databases, we use one system for performing modifications to data and querying the data. With CQRS, part of the system deals with commands, which capture requests to modify state, while another part of the system deals with queries.
Building Microservices: Designing Fine-Grained Systems
Rate this book
Clear rating