GreanTech / AtomEventStore

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

No read forward before first element #71

Closed ploeh closed 10 years ago

sgryt commented 10 years ago

Gr8, will run a measurement on this asap.

We have a task on updating the NuGet packages in the standalone CatalogSvc, do you have time for that? Otherwise, could you point me to the PR(s) where you did the same for the frontend-hosted version?

sgryt commented 10 years ago

IIRC, there was something about needing to update the blob data?

ploeh commented 10 years ago

Version 0.9.2 is now published to MyGet.

Indeed, compared to the version currently in use, there's a breaking change, because all BLOBs should be renamed to have the .xml extension: https://github.com/GreanTech/AtomEventStore/releases/tag/v0.6.0

sgryt commented 10 years ago

Is it possible to have the two data file names co-exist in the blob container?

sgryt commented 10 years ago

Follow-up: Possible as in 'not breaking the code'?

ploeh commented 10 years ago

Yes, but we just need to ensure that no writes happen while duplicates exist, because otherwise we may lose an update.