Re: How to reload a cache being queried with minimum downtime

2019-12-11 Thread Mikael
Hi! Any chance you could do it at the "client" end ? telling the client(s) to use another cache instead of the alias function, I guess that all depends on how you query the data. So create another cache, load it with the data and tell "client" to use the other cache instead and then delete t

How to reload a cache being queried with minimum downtime

2019-12-11 Thread Renato Melo
Hello, Periodically I need to reload a cache that is being massive queried by a stream application. In my current solution every reload I drop the cache, recreate it and reload data. Caches are persisted in the file system. I am looking for alternatives to minimize downtime when reloading caches.