GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

Write ordering #53

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

Still a work in progress, but we're getting there...

sgryt commented 10 years ago

One more thought here - we seem to have a corner case to consider, namely the situation where we are adding events to the first page. In that case, we are now doing 2 updates on the same file, which is not needed, AFAICT.

ploeh commented 10 years ago

True. It doesn't change the basic correctness of the system, but I'll add it to the story as a to-do for optimization purposes.