fantacy2001 commented on issue #4568: The best config of vertical  databases
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4568#issuecomment-593919951
 
 
   > You means all databases have the same structures.
   > And wanna config them in a simple style?
   
   i mean 400 tables Split into different databases by business, each database 
has different tables.  like this config ,is ok ?
   
   
spring.shardingsphere.datasource.names=master,master_slave0,master_slave1,authority,authority_slave0,authority_slave1
   master库配置: 
   
spring.shardingsphere.sharding.tables.auto_device.actual-data-nodes=master.auto_device
   
spring.shardingsphere.sharding.tables.band_info.actual-data-nodes=master.band_info
   authority库配置: 
   
spring.shardingsphere.sharding.tables.au_data_rule.actual-data-nodes=authority.au_data_rule
   
spring.shardingsphere.sharding.tables.au_module.actual-data-nodes=authority.au_module
   
   
   

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


With regards,
Apache Git Services

Reply via email to