Confirmed users
358
edits
(Created page with "==Planning Questions== How simple can we get away with while still providing useful functionality? * maximum key size, value size? * key => single value? * key => set of values?...") |
|||
| Line 8: | Line 8: | ||
* keys in sorted order? (i.e. hash or btree?) | * keys in sorted order? (i.e. hash or btree?) | ||
* handling of concurrent edits, conflicts? | * handling of concurrent edits, conflicts? | ||
* bulk insert, update or delete operations? | |||
Crypto | Crypto | ||