Differentiate between the various types of primary keys in cassandra.
Answer Posted / Km Sangita
In Cassandra, there are three types of primary keys: Partition Key, Clustering Columns, and Static Columns. The Partition Key is unique for each row and determines which node will store a given row. Clustering Columns provide an ordering of the data within a single partition, while Static Columns have no impact on the placement of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category