xllove-moon opened a new issue #2298: How to execute ddl in specified DB by 
sharding-jdbc
URL: https://github.com/apache/incubator-shardingsphere/issues/2298
 
 
   I'm using sharding-jdbc to sharding tables by month and groupId,because the 
groupId are increasing,so  the table is dynamic
   this is our table model:
             basetablename_month_groupId
   For example 
   
   ds0:basetablename_201902_01
         ......
         basetablename_201902_99
   
   ds1:basetablename_201903_01
         ......
         basetablename_201903_99
         basetablename_201903_100
   
   It means  ds0 not contains Data for March like 
basetablename_201903_100(because it is new),
   but when i try to use "create table... like..." to ceate new table in my 
service ,ds0(In fact,all ds) also create one table.I try to debug source code 
and find how to solve it,but it shows no condition so it can not route  
specified ds...
   so....how to execute ddl in specified DB or there are other methods can help 
me to solve this?

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

Reply via email to