Closed ratadepally closed 4 months ago
Ignite SQL does not load data from external storage.
I suggest using native Ignite persistence instead of external storage for data recovery. In this case SQL is fully supported.
@ptupitsyn - thank you for the quick response.
Hi,
We are currently working on a scenario where we have cache with some of the below configuration.
With the above setup we have come across a behavior where if the data from the cache reaches its limit the data is automatically getting evicted which is expected. But the issue we are currently facing is that we are not able to query the data which is evicted using SQL API as the data is not longer present in OFF HEAP memory.
Also when eviction happens can we still retrieve the data from the configured backups or they will be evicted as well?
In this case the only way to get the data is to explicitly call either of below methods.
Can you please suggest any approach where we can perform SQL queries to retrieve data with Cache eviction in place and don't have to load the data for every transaction.
Attaching sample configuration for dataregion and cache config