Hi, Following the documentation I came up with the following code, but now I wonder if this is really the way to go with CacheStores.
https://gist.github.com/fdc613759d4d7a845631e0b71aafa559 Using a profiler I found out openConnection() is executed more than 1000 times, on this method alone my application spend 10% of the time. Shouldn't Ignite be reusing the connections somehow? Any way to improve this? An example with better performance would be really helpful. Cheers, Matt