Did you have a chance to take a look this documentation that explains how DML 
statements are turned into cache operations?
https://apacheignite.readme.io/docs/dml#dml-operations 
<https://apacheignite.readme.io/docs/dml#dml-operations>

—
Denis

> On Apr 17, 2017, at 7:20 AM, ALEKSEY KUZNETSOV <alkuznetsov...@gmail.com> 
> wrote:
> 
> Hi, Igniters! When one fires query like this : ignite().cache(null
> ).query(...)
> The query would be executed against the schema. I wonder, how the schema is
> synchronized with cache, with cache entries?
> 
> What i mean is , cache.query(...update operation...) must eventually update
> the cache entry in cache. But how does it happen?(cache API must be called,
> but i cannot realize how)
> -- 
> 
> *Best Regards,*
> 
> *Kuznetsov Aleksey*

Reply via email to