I have a case as below: named data cache created and some specific objects(table,index) bound to the cache. I am going to reconfig max Memory with more memory. then I want to recache the tables. so what I going to do is:
1. increase max memory
2. delete all named data caches
3. create new name caches.
4. bind table to the cache.
Question is: is it safe to delete named data cache on production? for a large table, any performance difference between cache index and table on different named data cache or on same data cache?