I am using three Apache ignite server cluster and applied SQL query on same configuration and same data but some time data not get through select query, Can any one tell me how to fix it?
- In cluster mode all data is stored on all server side?
- If not then how SQL query apply on that node on which data is not present ?
(I am using Apache Ignite cluster in which three server are used and on TRANSNATIONAL mode cache, applied sql query but sometime data is not fetch by the same sql query.)