key-value store suggestion

后端 未结 6 872

I need a very basic key-value store for java. I started with a HashMap but it seems that HashMap is somewhat space inefficient (I\'m storing ~20 million records, and seems t

6条回答
  •  再見小時候
    2020-12-15 10:19

    Just wanted to reference some more open source options that became available over time since this question was first asked.

    Apache 2, BTree, Apache Directory Project JDBM replacement effort:

    http://directory.apache.org/mavibot/

    MPL2/EPL1, RTree, MVStore, H2 Storage Engine:

    http://www.h2database.com/html/mvstore.html

    Apache 2, Xodus Environments, JetBrains YouTrack and Hub storage engine:

    https://github.com/JetBrains/xodus

提交回复
热议问题