Hello! In Ignite, caches are usually partitioned. This means that data is split into some number e.g. 128) partitions, which are stored on a different nodes. For example, for three node cluster, one node (10.5.42.95) will store 1/3 of data in primary paritions and another 1/3 data in backup partitions (if you have backups = 1) This ensures that if this node goes away, there's at least one copy of each partition on the remaining ones.
But when you connect to this node with dbeaver or any other client, you can access all the data. Everything, regardless on which node it is stored, is accessible. Regards, -- Ilya Kasnacheev 2018-01-25 4:27 GMT+03:00 rizal123 <[email protected]>: > Hi Denis, > > Would you mind clarification my statement? > I'm a little bit confuse with primary and backup nodes. And where the data > is stored. > > Thanks > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
