I did the exact same query on cassandra, but the result is different, I'm wondering why. The detail is following:
cqlsh:keyspace > select info_map from a where seq_id = '123456' limit 2;
(0 rows)
.....
(after about 1 minute)
.....
cqlsh:keyspace > select info_map from a where seq_id = '123456' limit 2;
{............data detail........}
(1 rows)
I can assure you that the data is not instant (the data is inserted into database about 1 month ago), and the number of hit recode is at most 1 (though I write limit 2 in my cql). And my cassandra has two datacenters.