abbbud opened a new issue #2064: 全库所有表如何统一配置分表 URL: https://github.com/apache/incubator-shardingsphere/issues/2064 <sharding:table-rule logic-table="t_order" actual-data-nodes="demo_ds_${0..1}.t_order_${0..1}" database-strategy-ref="databaseStrategy" table-strategy-ref="orderTableStrategy" key-generator-ref="orderKeyGenerator" /> hello,logic-table里是否有通配符的配置方式, 表示所有表都采用相同的分库分表策略。 我的意思是我一个库里有几百张表,而且后面还要增加, 我可不想对每张表配置一条table-rule。
---------------------------------------------------------------- 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
