Re: Ignite 2.0 tasks/roadmap

2016-07-15 Thread Andrey Velichko
15.07.2016 0:31, Dmitriy Setrakyan пишет: On Fri, Jul 15, 2016 at 12:26 AM, AndreyVel wrote: Good feature may be Aggregated cache - analog materialized view in DBMS Aggregated cache is great for performance (KPI, analytecal reports). Do you mean a copy of the aggregated data in another cach

Re: Cache performance for LOCAL mode + setIndexedTypes

2016-07-12 Thread Andrey Velichko
Agree, indexes consume CPU, but as shown in the table, performance for index and CacheMode=LOCAL more then 2x. CacheMode.CacheMode + TRANSACTIONAL = 45 K op./sec CacheMode.CacheMode + TRANSACTIONAL + setIndexedTypes = 107 K op./sec CacheMode.CacheMode + ATOMIC= 340 K op./sec CacheMode.C

ContinuousQuery onUpdate

2016-07-05 Thread Andrey Velichko
Hello, I need help about issue https://issues.apache.org/jira/browse/IGNITE-2079 If there are Exceptions inside notifyCallback0, client lose eventonUpdatefor ContinuousQuery.setLocalListener see line 674 of CacheContinuousQueryHandler.notifyCallback0 It is common situation when listener handl

[jira] [Created] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2016-06-27 Thread Andrey Velichko (JIRA)
Andrey Velichko created IGNITE-3373: --- Summary: Distributed IgniteSet shows size() == 0 for any new node Key: IGNITE-3373 URL: https://issues.apache.org/jira/browse/IGNITE-3373 Project: Ignite

New contributor: Andrey Velichko

2016-06-15 Thread Andrey Velichko
Hi Ignite Community! My name is Andrey. I want to contribute to Apache Ignite and am starting with the following issue:IGNITE-2852 . Any suggestions are welcome. Thanks!