Re: maxSize - per node or per cluster? - only 2k/sec in 11 node dedicated cluster

2020-11-15 Thread Pavel Vinokurov
Devin, Could you share the code block making puts. Do you use thick or thin clients? Thanks, Pavel сб, 14 нояб. 2020 г. в 06:29, Devin Bost : > Hi Pavel, > > Thanks for your reply. > > Here's one of our configs: > > > http://www.springframework.org/schema/beans; >

Re: maxSize - per node or per cluster? - only 2k/sec in 11 node dedicated cluster

2020-11-13 Thread Devin Bost
Hi Pavel, Thanks for your reply. Here's one of our configs: http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:util="http://www.springframework.org/schema/util; xsi:schemaLocation="http://www.springframework.org/schema/beans

Re: maxSize - per node or per cluster? - only 2k/sec in 11 node dedicated cluster

2020-11-12 Thread Pavel Vinokurov
Hi Devin, MaxSize is set per node for the specified data region. A few clarifying questions: What cache configuration are you using? The performance could depend on the type of a cache and the number of backups. How many clients and threads are writing to the cluster? Because it is a possible

maxSize - per node or per cluster? - only 2k/sec in 11 node dedicated cluster

2020-11-12 Thread Devin Bost
We're trying to figure out how to get more throughput from our Ignite cluster. We have 11 dedicated Ignite VM nodes, each with 32 GB of RAM. Yet, we're only writing at 2k/sec max, even when we parallelize the writes to Ignite. We're using native persistence, but it just seems way slower than