CrackerSuperior commented on issue #13660:
URL: 
https://github.com/apache/shardingsphere/issues/13660#issuecomment-971362468


   > I don’t want to configure each table, can I only sub-database, not table. 
like this rules: - !SHARDING # tables: # cst_truck_scale_info: # 
actualDataNodes: ds_${0..1}.cst_truck_scale_info # bindingTables: # - 
cst_truck_scale_info broadcastTables: - sys_city defaultDatabaseStrategy: hint: 
shardingAlgorithmName: hint_db defaultTableStrategy: none: shardingAlgorithms: 
hint_db: type: HINT_DB
   
   This seems impossible. If the table name is not configured, he will treat it 
as a vertical table and randomly place it in a data source


-- 
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: [email protected]

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


Reply via email to