HI, I have read through the collocating data in ignite node and it is possible to give affinity key in ignite tables using "AFFINITY_KEY" keywords. All the examples I have gone through was mention with simple two tables and it has one to one relationship.
I still confused on how the affinity key column is relating the value in one table with other table if I have different tables relating with same key. Consider one sample data structure below. [cid:[email protected]] If I have all these tables created on ignite, how can I collocate the data using affinity key. Regards, Favas
