tristaZero opened a new issue #9614: URL: https://github.com/apache/shardingsphere/issues/9614
### Background As you know, `default database strategy` and `default table strategy` are designed to help users configure sharing table rules efficiently. That is, users can create a sharing table without specific table rules. However, we still have the concept of `the single table`. So the question is, what type of table will be created suppose there are database and table sharding strategies? ### Aims - [ ] Suppose default database strategy` and `default table strategy` exist concurrently, a sharding table will be created for `CREATE TABLE` query request. - [ ] Suppose either or none of default database strategy` and `default table strategy` exists, a single table will be created for `CREATE TABLE` query request. ### Tasks - [ ] Figure out whether ShardingSphere has reached the aims above (I suppose it doesn't) - [ ] Achieve the aims above. ### Relevant issues #9580 **Notice**: Please close these issues once this one finishes. ---------------------------------------------------------------- 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]
