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. What alternatives does ignite offer?
Some relational databases offer CREATE TABLE ALIAS option. Using an alias I would be able to create a new table, reload data and when ready, pointing the alias to the new table having minimum downtime. I read ignited does not allow cache renaming neither offers support for "CREATE ALIAS". What alternatives do you suggest? Best regards, Renato de Melo
