I am reading a parquet file using spark into ignite

1. For every sql query, suppose I write a part of the data to the ignite
cache
In this manner, the cache fills up

Now when I put new data into the cache, how will the old data be removed (
LRU, FIFO etc.)
Or do I manually need to disable the same?

2. If such cache eviction policies work, then how will I come to know
whether required data is still present in cache or not...

Regards
Arunima

Reply via email to