Re: Ignite memory memory-architecture with cache partitioned mode

2020-06-08 Thread Alexandr Shapkin
I just wanted to highlight that there is the Partition Awareness feature available for thin clients. When enabled, a client will know to witch node a partition belongs and send a request directly to that node. [1] - https://apacheignite-net.readme.io/docs/thin-client#partition-awareness [2] - http

Re: Ignite memory memory-architecture with cache partitioned mode

2020-06-03 Thread kay
Thank you so much! It is very helpful!! :) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite memory memory-architecture with cache partitioned mode

2020-06-02 Thread Mikael
Hi! You may get worse performance with a thin client compared to an ordinary client because as the thin client works through an intermediary node, so your request will always go to node A in your case and then it will be handled there, a normal client would go straight to the node where the d

Ignite memory memory-architecture with cache partitioned mode

2020-06-02 Thread kay
Hello, I read this page, https://apacheignite.readme.io/docs/memory-architecture. and I would like to know what is going to be happen if there are 3 remote server nodes(A,B,C) , and cache mode is partitioned and backups 1. If I wanna get '1' cache data and my application is connected with node A