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
Currently all metadata (directory information) is stored within an shared encrypted index file upon the storage servers. On write-access the current version of the index file is overwrite. Last write wins.
Can this situation be improved without moving additional knowledge into the storage server? I do like the current situation that the storage server treats the index as normal binary blob -- but this might prevent good concurrency (which means safety and/or performance).
Currently all metadata (directory information) is stored within an shared encrypted index file upon the storage servers. On write-access the current version of the index file is overwrite. Last write wins.
Can this situation be improved without moving additional knowledge into the storage server? I do like the current situation that the storage server treats the index as normal binary blob -- but this might prevent good concurrency (which means safety and/or performance).