ccMoriarty commented on issue #11392:
URL: 
https://github.com/apache/shardingsphere/issues/11392#issuecomment-889787592


   I has similar question in ss-proxy (5.0.0 beta)
   
   my dataSource like  'db_YYYYMM',   table like 'tb_dd'
   
   in mysql , there are  'db_202107.tb_01'  and  'db_202108.tb_01'
   
   when i start ss-proxy it tells me   'Single table conflict, there are 
multiple tables `tb_01` existed'.   
   
   i want to shard by time , just like "2021-07-01 15:47:32"  to  
`db_202107`.`tb_01`,   "2021-08-01 15:47:32"  to  db_202107`.`tb_01`   
   
   how should i set it ?
   


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