What does going with a document based NoSQL option buy you over a KV store, and vice-versa?
views:
163answers:
1
A:
The biggest difference is that a document-oriented database supports secondary indexes, K/V does not. In general, document-oriented dbs tend to allow richer queries, allowing things like range queries, sorting, and other types of "advanced" operations.
mdirolf
2010-06-15 16:23:06
Cassandra will support secondary indices in the next release (0.7)
Schildmeijer
2010-06-16 06:44:10