Like previously when i was using cassandra , the partition key was uidx and composite key was
(uidx, card_type) … so it was easy to maintain ttl for each record .
And this made sure that all user records goes to a same node.
How can this be achieved in aeropsike ? Does secondary index makes sure that records goes to same node ?