Difference between Cassandra and RDBMS
Cassandra vs RDBMS Cassandra RDBMS Deals with unstructured data. Deals with structured data. Flexible schema. Fixed schema. Table can be understood as a list of “nested key-value pairs”, i.e., Row x Column Key x Column value) Table can be understood as an array of arrays, i.e., Row x Column. Keyspace is the outermost container containing … Read more