CQRS (Command Query Responsibility Segregation)
Category: System Architecture Terms
An architectural pattern that separates read and write operations to optimize for different requirements. Roll Claw implements aspects of CQRS to handle complex queries and commands efficiently.