Is it possible to use Apache Ignite as transparent cache for several tables in PostgreSQL RDBMS and to query that cache using Ignite SQL?
For example like this:
Application (via SQL) ---> Apache Ignite (if data is not loaded) ---> Postgresql
I'm new to Ignite and cannot figure out how to do that or is it even possible.