Re: Apache Ignite Bianry Cache store Sql Read Through Feature

2018-07-18 Thread debashissinha
Hi , Thanks a lot for your help -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Apache Ignite Bianry Cache store Sql Read Through Feature

2018-07-17 Thread slava.koptilin
Hi, I think that the best way to handle this scenario is to update the underlying database through Ignite. Other approaches have obvious drawbacks (at least one): there is always a time interval between calling cache.get() and executing SQL query, so it cannot be guaranteed that you will see the

Re: Apache Ignite Bianry Cache store Sql Read Through Feature

2018-07-14 Thread debashissinha
Hi Slava, I have found a way around for this. Not sure about the performance impediments though What I am doing is I am creating a CachedStoreAdapter which takes in a Map and returns a List>. So the implementation is something like this I pass in a sql statement via map and also the

Re: Apache Ignite Bianry Cache store Sql Read Through Feature

2018-07-12 Thread Вячеслав Коптилин
Hi, I could not find something related to that in Jira. So, it seems there are no plans to implement this feature. Thanks, S. чт, 12 июл. 2018 г. в 20:50, debashissinha : > Hi Salva, > > Many Thanks for your advise . So it seems there is no real time way to do > that . However I was also

Re: Apache Ignite Bianry Cache store Sql Read Through Feature

2018-07-12 Thread debashissinha
Hi Salva, Many Thanks for your advise . So it seems there is no real time way to do that . However I was also wondering whether datstreamer can be of any Help . Just wanted to know if any kind of feature is planned for future release. Thanks in advance Debashis -- Sent from: