Simplest distributed persistent key/value store that supports primary key range queries
- by StaxMan
I am looking for a properly distributed (i.e. not just sharded) and persisted (not bounded by available memory on single node, or cluster of nodes) key/value ("nosql") store that does support range queries by primary key.
So far closest such system is Cassandra, which does above. However, it adds support for other features that are not essential…