eventflow icon indicating copy to clipboard operation
eventflow copied to clipboard

aggregate instance caching strategy to minimise nr of events read from db to execute a cmd

Open svalaskevicius opened this issue 8 years ago • 0 comments

  • keep some frequently used aggregates in memory
  • allow setting to disable catching up of aggregates - in this case, it would depend on infrastructure routing all aggregate commands to the same server (opt-in for performance gains to reduce nr of network ops)

svalaskevicius avatar Mar 13 '16 16:03 svalaskevicius