There are many ways to scale compute but scaling data access can be tricky. However, it's often necessary when your userbase grows. Command-query responsibility segregation (CQRS) is a pattern that can help here.





















































There are many ways to scale compute but scaling data access can be tricky. However, it's often necessary when your userbase grows. Command-query responsibility segregation (CQRS) is a pattern that can help here.