I have to store more than 100 millions of key-values in my HashMultiMap (key can have multiple values). Can anybody help me which one is faster for both storing and searching:
1) Berkeley DB
3) H2
4) EhCache
5) Or anyothers
Another point, is performance of those approximately identical to in-memory hash map ? A little bit guidance will be more helpful. Thanks.
NB: information about any one of these is also helpful.