Hi Kevin,
I would recommend to simply assign a unique ID to each value. For example,
you can use the built-in ID generator for this:
https://apacheignite.readme.io/docs/id-generator
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Ignite-non-unique-table
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.