bbengfort / fluidfs

A highly consistent distributed filesystem built with FUSE
http://www.fluidfs.com
MIT License
1 stars 0 forks source link

Delete Entities #45

Open bbengfort opened 7 years ago

bbengfort commented 7 years ago

When we delete entities do we delete them from meta storage as well?

bbengfort commented 7 years ago

One idea is to not delete the file meta information, but rather simply delete the contents of the file; so it will look like a completely fresh start when read again --> but still maintain the version history for that name.