yes, cassandra is a key-value. you can think about it as a wide row storage ( row key, column key) -> value
On Tue, Mar 28, 2017 at 10:19 AM, Les Hartzman <lhartz...@gmail.com> wrote: > I was doing some research on different NoSQL DBs and found this article at > Datastax, https://academy.datastax.com/planet-cassandra/what-is-nosql > > In it it states that Cassandra is a key-value store and not a column > (wide-column) store. So my question is why? Is the document in error or is > there some subtlety that I'm missing? > > Thanks. > > Les > >