Dynamic Fields and Table Cache in Apache Ignite In-Memory Database

130 Views Asked by At

I am implementing the Apache Ignite In-Memory Database in sync with external Database (Primary DB) for spring boot application. In that How can I create a cache for dynamic entities from table that is present in the Primary DB for SQL queries that needs to be run on Ignite. Eg. I have two tables one is table1 and other is table1_summ in this table1_summ is created from table1 so Is their any way we can fetch the Sql Fields from Primary table?

0

There are 0 best solutions below