A big benefit of cqrs is to be able to replay events during development and debugging.
Currently in my application a replay of 90k events takes 5 mins. Besides optimizing the Readmodel for performance, what would you do to make replay faster? I already tried the async cluster but on my 8-core machine there was no improvement
thx ro