Comparing Cassandra structure with Relational Databases
问题 A few days ago I read about wide-column stored type of NoSql and exclusively Apache-Cassandra. What I understand is that Cassandra consist of : A keyspace(like database in relational databases) and supporting many column families or tables (Same as table in relational databases) and unlimited rows. From Stackoverflow tags : A wide column store is a type of key-value database. It uses tables, rows, and columns, but unlike a relational database, the names and format of the columns can vary from