Re: How to remove large amount of data from cache

2017-01-13 Thread vkulichenko
Can you try to upgrade to 1.8 and check how 'delete from ...' query performs in your case? From what I hear, this is the most appropriate solution. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp1

Re: How to remove large amount of data from cache

2017-01-12 Thread ght230
://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024p10068.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to remove large amount of data from cache

2017-01-12 Thread vkulichenko
Yes, by batching I mean removeAll or IgniteDataStreamer. However, I would consider using expiration, I think it can really help you. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024p10063.html Sent from

Re: How to remove large amount of data from cache

2017-01-12 Thread Andrey Mashenkov
l instead of remove? > > The memoryMode of my cache is "OFFHEAP_TIERED", I found if I use removeall, > it will occupies 2 times the memory. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/How-to-remove-large-amount-

Re: How to remove large amount of data from cache

2017-01-11 Thread ght230
x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024p10055.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to remove large amount of data from cache

2017-01-11 Thread Alexey Kuznetsov
n context: http://apache-ignite-users. > 70518.x6.nabble.com/How-to-remove-large-amount-of-data- > from-cache-tp10024p10053.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: How to remove large amount of data from cache

2017-01-11 Thread ght230
transaction. I use ignite 1.6.8, it does not support "Delete * from table ..." query? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024p10053.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to remove large amount of data from cache

2017-01-11 Thread vkulichenko
ng to check is memory consumption - are you running out of heap? [1] https://apacheignite.readme.io/docs/expiry-policies -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024p10038.html Sent from the Apache I

Re: How to remove large amount of data from cache

2017-01-11 Thread Andrey Mashenkov
ssage [super=TcpDiscoveryAbstractMessage" > from > log. > And I can not connect to the cluster by "ignitevisorcmd". > If the amount of data is relatively small, the above method is OK. > > > > -- > View this message in context: http://apache-ignite-users.

How to remove large amount of data from cache

2017-01-10 Thread ght230
e amount of data is relatively small, the above method is OK. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-remove-large-amount-of-data-from-cache-tp10024.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.