[
https://issues.apache.org/jira/browse/IGNITE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418951#comment-15418951
]
Dmitriy Setrakyan edited comment on IGNITE-2294 at 8/12/16 2:56 PM:
--------------------------------------------------------------------
{{IgniteDataStreamer}} does not wait for user to call {{flush(...)}} in order
to update the cache. As a matter of fact, it calls {{flush(...)}} internally
many times throughout the process. This is very different from the
{{execute(...)}} method on the batch.
If you add a connection string parameter, the {{flush(...)}} should be called
at the time of connection close.
was (Author: dsetrakyan):
{{IgniteDataStreamer}} does not wait for user to call {{flush(...)}} in order
to update the cache. As a matter of fact, it calls {{flush(...)}}} internally
many times throughout the process. This is very different from the
{{execute(...)}} method on the batch.
If you add a connection string parameter, the {{flush(...)}} should be called
at the time of connection close.
> Implement SQL DML (insert, update, delete) clauses.
> ---------------------------------------------------
>
> Key: IGNITE-2294
> URL: https://issues.apache.org/jira/browse/IGNITE-2294
> Project: Ignite
> Issue Type: Wish
> Reporter: Sergi Vladykin
> Assignee: Alexander Paschenko
> Fix For: 1.8
>
>
> We need to add parsing for all the listed SQL commands and translate them
> into respective cache operations (putIfAbstent, put, remove).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)