Continuous Queries with several remote filter on the same cache

2020-06-04 Thread Roman.Koriakov
Hi Community, I ask this question here because I haven't found the answer in the documentation. Could you please clarify how Continuous Queries work? What the behavior of Continuous Queries if we have several clients with different Remote Filters on the same cache? For example, if we have: one

RE: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Roman.Koriakov
Hi Denis, Thanks! Is there some guarantee about the order of the updates? Even when we have multiple cache nodes. Best regards, Roman -Original Message- From: Denis Magda Sent: Monday, June 8, 2020 10:20 PM To: dev Subject: Re: Continuous Queries with several remote filter on the

Re: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Denis Magda
> Thanks! Is there some guarantee about the order of the updates? Even when > we have multiple cache nodes. > > Best regards, > Roman > > -Original Message- > From: Denis Magda > Sent: Monday, June 8, 2020 10:20 PM > To: dev > Subject: Re: Continuo

RE: Continuous Queries with several remote filter on the same cache

2020-07-07 Thread Roman.Koriakov
: Continuous Queries with several remote filter on the same cache Roman, The updates are ordered per partition. Let's take this example of an application updating several records: put (k1, val1) => mapped to partition_10 => node_A put (k2, val2) => mapped to partition_5 => nod

Re: Continuous Queries with several remote filter on the same cache

2020-07-15 Thread Denis Magda
ck > regarding usability? What if we add a number of threads parameter in > @IgniteAsyncCallback? > > Best regards, > Roman > > -Original Message- > From: Denis Magda > Sent: Friday, June 26, 2020 7:38 PM > To: dev > Subject: Re: Continuous Queries with seve

Re: Continuous Queries with several remote filter on the same cache

2020-06-06 Thread Denis Magda
Hi Roman, Every continuous query is a unique entity that is processed by servers independently. With your example, the server node will execute all 20 filters for every cache insert/update operation. The server will notify through local listeners only those clients whose remote filters returned 't

RE: Continuous Queries with several remote filter on the same cache

2020-06-07 Thread Roman.Koriakov
Hi Denis, A big thank you for the answer. Could you please tell me where can I find this logic in the sources. Which package should I look into? -Original Message- From: Denis Magda Sent: Saturday, June 6, 2020 2:07 AM To: dev Subject: Re: Continuous Queries with several remote filter

Re: Continuous Queries with several remote filter on the same cache

2020-06-08 Thread Denis Magda
A big thank you for the answer. > Could you please tell me where can I find this logic in the sources. Which > package should I look into? > > -Original Message- > From: Denis Magda > Sent: Saturday, June 6, 2020 2:07 AM > To: dev > Subject: Re: Continuous Queries