ZZemptypoint commented on issue #21683:
URL: 
https://github.com/apache/shardingsphere/issues/21683#issuecomment-1414701135

   @wangyu3619 In fact, actual tables can be defined ahead of time, for example
   ```groovy
   actual-data-nodes: db1.center_stat_info_$->{2022..2050}q$->{1..4}
   ```
   will generate table names `enter_stat_info_2022q1`, 
`enter_stat_info_2022q2`...`enter_stat_info_2050q4` and so on in ShardingSphere 
`availableTargetNames`, 
   but physical table such as `enter_stat_info_2050q4` does not need to be 
exist in database.
   you can create physical table everyday in any way.


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