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.
Loading...
Related Quiz
- Cache _______ allows for efficient utilization of memory resources by storing frequently accessed data.
- The term NoSQL refers to non-_______ databases.
- Which principle suggests that infrastructure changes should be reversible?
- What is the primary function of Azure Blob Storage?
- Which SQL keyword is used to retrieve data from a database?