You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, each chunk written to a mongo for a file should have a version id, and a history of versions.This id should be attached to all chunks written to the file.
When a write occurs and before the file write lock is released, the current version id attached to the file should be set to the new version id.
When reading, the highest available chunk version up to the current version should be retrieved.
The text was updated successfully, but these errors were encountered:
LastFS should implement copy on write.
Specifically, each chunk written to a mongo for a file should have a version id, and a history of versions.This id should be attached to all chunks written to the file.
When a write occurs and before the file write lock is released, the current version id attached to the file should be set to the new version id.
When reading, the highest available chunk version up to the current version should be retrieved.
The text was updated successfully, but these errors were encountered: