Sorry Ilya, in my first post had an error. My structure is the following:
tbl_a tbl_b tbl_c
----- ------ -----
aff_a aff_bWhen I make: select * from tbl_a INNER JOIN tbl_b ON tbl_b.id = tbl_a.fk_id INNER JOIN tbl_c.fk_id = tbl_b.id -> Return empty results. Could I to have three partitioned caches here? Is there any way to make this with join collocated and whitout replicated cache? Thanks un advance. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
