In Cassandra, what is a partition key used for?

  • Defines the primary key of a table
  • Determines the node responsible for storing data
  • Provides high availability
  • Sorts data within a partition
In Cassandra, the partition key is used to determine the node responsible for storing data. It plays a crucial role in the distribution and retrieval of data in a distributed database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *