Read Write through cache

2023-07-13 Thread Arunima Barik
Hello Team I want to build a read write through Ignite cache over Spark If I have 50 rows in the cache and entire 100 row data in spark then how can I use federated queries? Also, how to perform write through using Sql queries? Regards Arunima

Random failure while data insertion in ignite cache

2023-07-13 Thread Abhishek Ubhe
Hello, I am facing an issue for putting data in ignite caches. I have checked from start to end flow for data insertion but I haven't found anything here are scenarios I have checked and I find issues in this way : 1. I added logs at every step from object formation to insertion in cache.