我需要在 Cassandra 中创建一个带有复合键 (Player,Match) 的列族 (PlayerGoals) 我想将其定义为超级列,但我读到使用超级列不是一个好主意。
我需要代表的一个例子是:
球员目标:
Player: 1
Match: 2
Goals - 0
Match: 3
Goals - 2
Player: 2
Match: 2
Goals - 1
……
我需要在 Cassandra 中创建一个带有复合键 (Player,Match) 的列族 (PlayerGoals) 我想将其定义为超级列,但我读到使用超级列不是一个好主意。
我需要代表的一个例子是:
球员目标:
Player: 1
Match: 2
Goals - 0
Match: 3
Goals - 2
Player: 2
Match: 2
Goals - 1
……