Hi,

No, Ignite does not support SQL DELETE for now.
You may watch this issue: https://issues.apache.org/jira/browse/IGNITE-2294
I hope this will be available in upcoming ignite 1.8 release.

Meanwhile you could try smth. like this:
1) select _key from Tbl where _your_condition.
2) put all keys to set.
3) cache.removeAll(set)

Will this work for you?


On Tue, Nov 15, 2016 at 11:31 AM, ght230 <ght...@163.com> wrote:

> Does Ignite SQL statement support "DELETE" operation now?
>
> If not, What is the best way when I want to remove some data from cache in
> the specified condition?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Does-Ignite-support-SQL-statement-
> of-INSERT-tp1838p8981.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Alexey Kuznetsov

Reply via email to