Back to Glossary
ArchitectureAdvanced

What is CQRS (Command Query Responsibility Segregation)?

A pattern that uses separate models for reading data and writing data.

Why It Matters

CQRS allows you to optimise reads and writes independently, which can improve performance in complex applications.

Real-World Example

Using a fast read-optimised database for product listings and a separate write-optimised store for order processing.

“Understanding terms like CQRS (Command Query Responsibility Segregation) matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.