The State of NoSQL in 2012(practicalcloudcomputing.com)
practicalcloudcomputing.com
The State of NoSQL in 2012
http://practicalcloudcomputing.com/post/16109041412/the-state-of-nosql-in-2012
2 comments
It's basically the same design (both are good at indexing low-cardinality data, and poor for high-), except that Cassandra allows non-index predicates to also be filtered server-side during an index scan: http://www.datastax.com/dev/blog/whats-new-cassandra-07-seco...
You might find this of interest as well (as seen on G+ Node.js' page): http://nodeup.com/eleven
It's a podcast about various databases, both SQL and noSQL, in relation to Node.js.
It's a podcast about various databases, both SQL and noSQL, in relation to Node.js.
Riak does have secondary-index lookups. I wonder how those scale compared to Cassandra's.