Need a distributed key-value lookup system

前端 未结 10 2066
面向向阳花
面向向阳花 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 22:30

    Open Source Cache Solutions in Java

    Oracle Coherence (used to be Tangosol)

    JCache JSR

提交回复
热议问题