Slide 27
Slide 27 text
Command-Query Responsibility Separation
CQRS distinguishes commands (which change the state of the system)
from queries (which retrieve information, but make no changes) and treats
these separately.
In particular, this means that both responsibilities can have separate
(optimized/specialized) models.