goool opened a new issue #7563:
URL: https://github.com/apache/shardingsphere/issues/7563


   There are there tables: A, B, and C, and two FOREIGN KEY constraint between 
them.
   
           B.a_id references A.id  
           C.b_id references B.id  
   
   I use sharding-proxy to partition the data to different databases.
   
   Can anyone help me, how do I configure sharding rules, so that three related 
data records, goes to the same database.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to