You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/01/28 11:34:14 UTC

[GitHub] [shardingsphere] huanghao495430759 commented on issue #9175: SingleTableRule does it mean table must be in only one database ?

huanghao495430759 commented on issue #9175:
URL: https://github.com/apache/shardingsphere/issues/9175#issuecomment-768992915


   if I have 2 database as follow:
   
   > datasource1: 
   	user_0
   	table_a
   	table_b
   	
   
   > datasource2:
   	user_1
   	table_a
   	table_b
   
   table[user] is a sharding table rule like:
   
   > sharding-tables:
   	logicTable: user
   	actualTables: user_0,user_1
   
   and I also have any tables : table_a,table_b,..... in both of all database,they are looks like broadcast table,and how to configuration of them ? it looks like onply one way to configuration of them with broadcast-tables, otherwise ss will throw IllegalStateException as :
   
   `
   Single table conflict there are multiple tables .....
   `
   
   


----------------------------------------------------------------
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:
users@infra.apache.org