Hi, I have created a cache using the following API: IgniteCache<String, Object> cache = (IgniteCache<String, Object>) ignite.getOrCreateCache(cacheCfg);
Now when i try to delete the cache using IgniteCache.destroy() API, it is taking about 12-13 seconds. Why is it taking more execution time? Will there be any exchange of cache information among the nodes whenever a cache is deleted? Is there any way in which, the execution time can be optimized? Regards, Shravya Nethula. Regards, Shravya Nethula, BigData Developer, [cid:08a38b0c-9ee5-4e1b-94ae-7f42ee561277] Hyderabad.
