Brandon Holt edited Implementation.md  over 9 years ago

Commit id: 487e6ad0325b82a129fc7ccc6e2aa07025185086

deletions | additions      

       

- Reads typically just need to hit one replica; maybe commutative/combining ops can do the same?  - Do combining at replicas; when sharing results with others, apply them in a deterministic order (or if all commute, then whatever order you want)  ##### ####  *First pass:* add Redis data structure ops to increase concurrency / reduce aborts - local backing store for each shard/replica  - currently a KV store (put/get)  - *todo:* extend/replace with Redis (or something like Redis)