Schema Evolution & CQRS — Series 3
Preview — 3 of 10 questions
An event-sourced orders aggregate has accumulated 50,000 events over its lifetime. Rebuilding its current state means replaying every single one from the start, which is getting noticeably slow. What's the standard technique to address this?
In a CQRS system, a user submits a write (command), then immediately navigates to a page reading from the projected read model. What consistency issue can occur, and how do CQRS systems commonly handle it?
An application needs to change a columns default from `pending` to `draft'` for all future inserts, without affecting existing rows or requiring downtime. Is this safe to do directly?
Sign up free to play
Answer all 10 questions (7 more), see explanations for every answer, and track your score.