申请试用
HOT
登录
注册
 
Key-value/NoSQL Storage
1 / 83

Key-value/NoSQL Storage

Matrix
/
发布于
6年前
/
1900
人观看
It’s a dictionary datastructure. Insert, lookup, and delete by key E.g., hash table, binary tree But distributed. Sound familiar? Remember Distributed Hash tables (DHT) in P2P systems? It’s not surprising that key-value stores reuse many techniques from DHTs.
3点赞
1收藏
1下载
相关推荐