Hi there, I am trying to import a table which has no unique index, so there will be one key to many values mapping. I am wondering is there any support of such situation. I know that in redis, I can use zadd( score, value) to store a list as value. But I did not see any similar support in Ignite.
Cheers, Kevin
