lanchengx opened a new issue #13582: URL: https://github.com/apache/shardingsphere/issues/13582
The table that is not currently configured in the rule will be considered as a single table. When creating a table, if the table is a single table, a data source will be randomly selected to create it. Many partners do not want the newly created table to appear in different data sources. Therefore, it is proposed to use the default single-table database instead of the random method, and the newly added single-table will be saved to this data source. The configuration of the new default single table rule requires the following support - [ ] DistSQL support, add `create default single table rule resource = ds_0` syntax - [ ] Kernel support, the default data source is preferred when routing - [ ] Configuration file support, new configuration item `defaultSingleTableRuleDataSource: ds_0` -- 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]
