ArchitectureSystem Design
KW-0162CQRS
Pattern
Meaning
separating system into different models for handling read operations and write operations
Example
“Use one database optimized for writes and another optimized for reads in high-scale system”
Reference
Improves scalability and performance; adds complexity in synchronization
Related
event sourcingread modelwrite model