NEventStore / NEventStore.Persistence.MongoDB

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

Enable server side Streams update? #10

Closed andreabalducci closed 8 years ago

andreabalducci commented 10 years ago

The streams collection could be updated with the server side script with a single roundtrip without the background write (actually the server side script writes only the commit).

AGiorgetti commented 10 years ago

Should be good, it also helps a lot when you need to test your snapshots generation, actually I have to wait for the stream collection to be populated before I can test the whole thing.

andreabalducci commented 8 years ago

server side script has been deprecated.