With Respect Ignite, it was mentioned supports REPLICATED, PARTITIONED.
Lets take an example if there are 3 Embedded Server Ignite
- Node 1, 2,3 and Cache is defined as PARTITIONED , with READTHROUGH with RDBMS Table
Data is inserted in Node 1 Application to Distributed Cache ,
while we are trying to get from Node 3 , it was returning null / going to the Data
and at the same time our Cache data is not expired
Can we get a clear explanation how this PARTITIONED works When BACKUP tag not set
Data gets Partitioned and written to nodes, what about other node when it queries data
will it fetch from Node 1