Confirmed users
358
edits
No edit summary |
|||
Line 5: | Line 5: | ||
== Delta-Sync Data Model == | == Delta-Sync Data Model == | ||
The storage server hosts a number of independent named '''collections''' for each user. Each collection is a key-value store whose contents can be atomically modified by the client. Each modification of a collection creates a new '''version''' with corresponding version identifier. | The storage server hosts a number of independent named '''collections''' for each user. Each collection is a key-value store whose contents can be atomically modified by the client. Each modification of a collection creates a new '''version''' with corresponding version identifier, which is a signed hash of the contents of the collection at that version. | ||
More details at [[Identity/CryptoIdeas/04-Delta-Sync]]. | More details at [[Identity/CryptoIdeas/04-Delta-Sync]]. |