Re: performance of CacheEvents

2016-07-05 Thread Denis Magda
.sh ignite.xml 128. > > The OPS is, > > simple-put, event-put > 143546, 6433 > 148345, 6408 > 144624, 6454 > > > Thanks for your help. > > Regards, > > Lin > > > -- Original -- > From: "Denis Magda&qu

Re: performance of CacheEvents

2016-07-01 Thread Lin
Date: Thu, Jun 30, 2016 09:29 PM To: "user"; Subject: Re: performance of CacheEvents Hi Lin, First of all, I would suggest using Continuous Queries [1] since this functionality provide much stronger delivery guarantees rather than basic events sub-system. Next, how your benchm

Re: performance of CacheEvents

2016-06-30 Thread Denis Magda
Hi Lin, First of all, I would suggest using Continuous Queries [1] since this functionality provide much stronger delivery guarantees rather than basic events sub-system. Next, how your benchmark looks like? Just want to see what and how you measure. [1] https://apacheignite.readme.io/docs/con

Re: performance of CacheEvents

2016-06-30 Thread Lin
It looks like the bottleneck is the bandwidth, the eth is 1Gb, the bandwidth received in the client is 121 MB, it is almost reach the physical upper bound. Can I remove or cut off some contents in the CacheEvent? Or using the custom event? -- Original -- From