Re: Ignite non unique table mapping problem

2016-05-17 Thread vkulichenko
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

Ignite non unique table mapping problem

2016-05-16 Thread Zhengqingzheng
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.