NEventStore / NEventStore.Persistence.MongoDB

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

Optimize Optimistic Loop #1

Closed andreabalducci closed 10 years ago

andreabalducci commented 10 years ago

Optimistic loop is implemented client-side, could be implemented server-side to optimize roundtrips and speedup the provider.

Reference: http://docs.mongodb.org/manual/tutorial/create-an-auto-incrementing-field/

http://docs.mongodb.org/manual/tutorial/store-javascript-function-on-server/