I am trying to put data in Ignite Cache and it was taking too much time and making my process much slow.
I have an Ignite Cache of type IgniteCache<Integer,List<Integer>>
and adding data to cache taking too much time. I am using 4 nodes in cluster.
How to reduce its time and make the processing fast?