cassandra - Loading specific row takes longer than other rows with same value -


i'm retrieving specific record large column family. particular row key value, takes longer other rows containing same columns/values: 2 times longer.

the data stored in 2-node cluster replication factor 2, , times measured after retrieving rows couple of times, ensure data cached cassandra.

what reason exceptional retrieval time particular row? , how can fixed?


Comments