Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Improve multi-user/multi-client concurrency #13

Open
andreashappe opened this issue Nov 7, 2013 · 0 comments
Open

Improve multi-user/multi-client concurrency #13

andreashappe opened this issue Nov 7, 2013 · 0 comments

Comments

@andreashappe
Copy link
Member

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant