NEventStore / Discussions

Talking about NES & vNext
0 stars 0 forks source link

Snapshots #6

Open andreabalducci opened 7 years ago

andreabalducci commented 7 years ago

Keeping track of stream versions to query for streams to snapshot is an overkill, we can just add an entry point to plug-in a custom strategy for snapshots after committing.

Benefits: 1) less db calls on every commit 2) pluggable snapshot strategy / implementation