You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Aravind J <ar...@gmail.com> on 2022/10/14 06:31:55 UTC

Multiple key mapping to same bean

Hi ,

We had a requirement to make multiple keys mapping to the same bean in
Ignite cache , is it possible ? As SQL query performance is not matching
with get by key , we are looking for possible alternatives .  If we use
, putAll(Map<? extends K,? extends V> map)  with different keys and same
bean , how will bean get persisted , will it be  duplicated  in memory ?