Hi, I want to know if there is any way of maintaining relationships between database tables (stored in caches) in Ignite?
Example: Department Table has fields : deptid and dept Employee Table has fields : id, firstname, lastname, deptid Now, if any change in the Department Table is made (say, deptid of a department is changed), will it be reflected in the Employee table as well? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Maintaining-relationships-between-tables-tp4236.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
