Need a distributed key-value lookup system

前端 未结 10 1953
面向向阳花
面向向阳花 2021-02-01 22:04

I need a way to do key-value lookups across (potentially) hundreds of GB of data. Ideally something based on a distributed hashtable, that works nicely with Java. It should be

10条回答
  •  离开以前
    2021-02-01 22:33

    Distributed hash tables include Tapestry, Chord, and Pastry. One of these should suit your needs.

提交回复
热议问题