Each physical node in Cassandra is assigned 256 number of tokens/vnodes. Do tokens in each vnode in Cassandra correspond to a particular keyspace only Example: say we have a vnode with token number 100 The token range for this vnode is (1-100] So this vnode can contain 100 different rows each with unique token numbers ranging between 1-100
Is it that all these 100 rows which constitute this vnode...belong to the same keyspace.