Question 29: What is true, with regards to vnode/virtual node?
- virtual nodes allow us to create individual smaller token ranges per node and it breaks up these ranges across the cluster
- Before Cassandra 3.0, vnode have 256 ranges per node
- past Cassandra 3.0, there are much more token ranges per node (more than 256)
- past Cassandra 3.0, it's much less, and it's configurable by the user (less than 256)
- A,B,C
- B,C,D
- A,C,D
- A,B,D
- A,B,C,D
Correct Answer : ?
Explanation : Check Here For Detailed Explanation