Comment on WTF is a SuperColumn? An Intro to the Cassandra Data ModelparentComments−seiji17yI believe the answer is http://browsertoolkit.com/fault-tolerance.pngPeople are just trying to store data in the most efficient system possible. Using RDBMS software to store data only queried by primary key that you know will never need to be aggregated or dynamically queried can be overkill.
Comments
I believe the answer is http://browsertoolkit.com/fault-tolerance.png
People are just trying to store data in the most efficient system possible. Using RDBMS software to store data only queried by primary key that you know will never need to be aggregated or dynamically queried can be overkill.