I'm using Apache Ignite to cache SQL query result with native persistence enabled, so part of query result will be stored in disk.
When I fetch query result from cache, is there a way I can get statistic about how much data is loaded from memory and how much from disk for this query?
Thanks