Cassandra Schema Design
问题 I'm continuing exploring Cassandra and I would like to create Student <=> Course relation which is similar to Many-to-Many on RDBMS. In term of Queries I will use the following query; Retrieve all courses in which student enrolled. Retrieve all students enrolled in specific course. Let's say that I create to Column Families. one for Course and another for Student. CREATE COLUMN FAMILY student with comparator = UTF8Type AND key_validation_class=UTF8Type and column_metadata=[ {column_name