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


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