Need a distributed key-value lookup system

前端 未结 10 1949
面向向阳花
面向向阳花 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:36

    You should probably specify if it needs to be persistent or not, in memory or not, etc. You could try: http://www.danga.com/memcached/

提交回复
热议问题