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