Hi Team, If we use composite key as key to store data in apache ignite cache as <key,value> pair. Is the data stored in exact same sequence as we write it in? or its stored in some random order(may be on the basis of hash value of the key)? When we are trying to fetch the whole data stored in cache it is returning us the data in random order and not in the sequence which we used to write the data(we are using composite key which is combination of multiple columns) if you can please explain how data is stored in cache, we would be able to understand the behavior.
regards, Rakshita -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
