NEventStore / NEventStore.Persistence.MongoDB

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

Check GetFrom_Index #15

Closed andreabalducci closed 10 years ago

andreabalducci commented 10 years ago

{ "BucketId" : 1, "StreamId" : 1, "StreamRevisionFrom" : 1, "StreamRevisionTo" : 1 }

StreamRevisionTo should be dropped form the index to detect concurrency properly from two handlers generating different number of events.

andreabalducci commented 10 years ago

added a new index