I am looking at a client that is writing 1 million puts in ~5 milliseconds across 2 nodes.
To boost performance, I wrote a peer with local-max-memory=0 to write the same 1M puts. After some time to let the buckets warm up, the puts took ~29 millis. In GemFire XD the peer driver was more performant than the client driver and so I expected the Geode peer to write faster than a client because it is “bucket-aware”. What am I missing in that I expect a peer to write faster than a client but the reality is reversed? Thanks, Wes Williams
