ratadepally opened a new issue, #11614: URL: https://github.com/apache/ignite/issues/11614
Hi We currently have a Ignite cluster enabled with Persistence and have multiple tables which have parent child relationship. we are performing some joins to get parent - child data and have below questions with respect to affinity key. 1. Can we have multiple affinity keys defined for a table/Cache. if so are there any examples on how to achieve this? 2. Is there any way to set the affinity key when we have any hierarchy such as Parent -> Child -> Child2 relation. Couldn't find any example on how to achieve this. 3. when an Affinity key is defined using DDL statement, Is it possible to update it later using Alter statements or any other approach? 4. How to enable non-colocated joins or distributed joins? 5. Is it required to have affinity key defined on data Insert as we might have different schemas and affinity keys can vary? Any suggestions will be appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org