Re: Slow Ignite Cache with multi-nodes

2018-05-03 Thread Pavel Vinokurov
t; Rick > > > > *From:* linr...@itri.org.tw [mailto:linr...@itri.org.tw] > *Sent:* Friday, April 13, 2018 3:23 PM > *To:* user@ignite.apache.org > *Subject:* RE: Slow Ignite Cache with multi-nodes > > > > Hi Roman, > > > > I think that my case is similar

RE: Slow Ignite Cache with multi-nodes

2018-04-13 Thread linrick
[mailto:linr...@itri.org.tw] Sent: Friday, April 13, 2018 3:23 PM To: user@ignite.apache.org Subject: RE: Slow Ignite Cache with multi-nodes Hi Roman, I think that my case is similar to this one: http://apache-ignite-users.70518.x6.nabble.com/Performance-with-increase-in-node-td9378.html

RE: Slow Ignite Cache with multi-nodes

2018-04-13 Thread linrick
Put " + datasize + " KV data: spend " + (endtime - starttime) + " milliseconds"); } If you have any idea about this problem, I am looking forward to hearing from you. Thanks Rick -Original Message----- From: Roman Guseinov [mailto:ro...@gromtech.r

Re: Slow Ignite Cache with multi-nodes

2018-04-09 Thread Roman Guseinov
Hi Rick, It seems that you need to increase clients number to achieve better performance when you increase server nodes number. You can try to put data from different threads as well. Also, you can set CacheConfiguration.setWriteSynchronizationMode(CacheWriteSynchronizationMode.PRIMARY_SYNC).