Hello,
I am getting confused to use Ignite Thin client when I have read following
article about.please let me know is this true


Thin client is up to 50% slower than Ignite client node

Unlike Ignite client node, which knows the latest partition assignments and
gets/puts data right from/to the server node where data is located, the
thin client always communicates to the same Ignite server and then the
server talks to another server where data is located. That means up to
twice more network roundtrips comparing with Ignite client node.
Thus, while the thin client is no slower than Ignite client node on a
"single node" cluster, the more nodes are in the cluster the greater is the
performance difference.

Reply via email to