Event Sourcing (12): Snapshots to Accelerate Aggregate Reads
Original link: https://teddy-chen-tw.blogspot.com/2022/07/12.html July 04 21:23~23:39 ▲Figure 1: Using snapshots to accelerate Aggregate read speed foreword The Event Sourcing system is very simple and fast on the writing side, but reading because it needs to use all the domain events to which the Aggregate instance belongs to get the latest status one by one, it […]
Event Sourcing (12): Snapshots to Accelerate Aggregate Reads Read More »