I need a recommendation for a key-value store. Here's my criteria:
- Doesn't have to be persistent but needs to support lots of records (records are small, 100-1000 bytes)
- Insert (
put
) will happen only occasionally, always in large datasets (bulk) Get
will be random and needs to be fast- Clients will be in Ruby and, perhaps Java
- It should be relatively easy to setup and with as little maintenance needed as possible