NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Make Stream Heads Opt Out. #40

Closed alkampfergit closed 5 years ago

alkampfergit commented 8 years ago

Actually the drivers issue a save to Stream collection (Stream Head) for each commit. That collection is only used to create snapshot of the stream, and it could be useful to have the ability to Opt Out if you are not using this feature, reducing load to the database.