Re: write behind question

2016-05-27 Thread Vladislav Pyatkov
Hello, Oh, I incorrectly understood you. You can look at Write-Through[1]. This means that every path to the cache will be written to the vault (synchronously). In addition, you can perform SQL directly on Ignite[2]. 1. https://apacheignite.readme.io/docs/persistent-store 2.

Re: write behind question

2016-05-27 Thread Vladislav Pyatkov
Hello, I think you need to use Ignite Cache.load Cache(). See the article: https://apacheignite.readme.io/docs/data-loading On Fri, May 27, 2016 at 6:33 AM, Zhengqingzheng wrote: > Hi there, > > I have one scenario that I need to make sure changes inside the cache

write behind question

2016-05-26 Thread Zhengqingzheng
Hi there, I have one scenario that I need to make sure changes inside the cache need to be persisted before I do some other sql queries to database. However when the cache is in "write behind" mode, I am not sure whether all data has been updated. So, is there any way to persist the date before

Re: Write-behind question

2015-11-12 Thread Denis Magda
not save them. If this is right behavior, is there any way I can save them? I need your help. Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Write-behind-question-tp1936.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Write-behind question

2015-11-12 Thread Andrew
Oh, I'm sorry. I didn't know that it is already registered. Thanks. I'll wait.. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Write-behind-question-tp1936p1949.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Write-behind question

2015-11-12 Thread vkulichenko
Hi, Here is the ticket for this issue: https://issues.apache.org/jira/browse/IGNITE-1897 -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Write-behind-question-tp1936p1947.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.