Data Storage Strategies
The discussion highlights the contrasting roles of normalized and denormalized data models in command and query sides of systems using the CQRs approach. Udi emphasizes the importance of choosing the right database type based on the nature of the data, such as opting for graph databases for recommendation engines. Additionally, he points out the performance benefits of using NoSQL solutions for certain command processing scenarios, illustrating the evolving landscape of data storage technologies.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 218: Udi Dahan on CQRS (Command Query Responsibility Segregation)
Related Questions
How is SQL used in real-world scenarios as discussed in the episode Designing Data-Intensive Applications - Data Models: Relational vs Document and the clip Evolution of SQL?
What is normalization in databases, as discussed in the episode Designing Data-Intensive Applications – Data Models: Query Languages and the clip Flexible Data Modeling?
How is SQL used in real-world scenarios in the context of the episode Designing Data-Intensive Applications - Data Models: Relational vs Document and the clip Evolution of SQL?