Ah39 commented on issue #2995: version 3.1.0  may route wrong and cause memory 
leak when tomcat start ( A sql route wrong to 1002 table )
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2995#issuecomment-532033685
 
 
   
sharding.jdbc.config.sharding.tables.t_file.actual-data-nodes=ds_0.t_xxx1_$->{0..1001}
   
sharding.jdbc.config.sharding.tables.t_file.table-strategy.inline.sharding-column=xxx1_id
   
sharding.jdbc.config.sharding.tables.t_file.table-strategy.inline.algorithm-expression=t_xxx1_$->{xxx1_id
 % 1001}
   
   
sharding.jdbc.config.sharding.tables.t_command.actual-data-nodes=ds_1.t_xxx2_$->{0..1001}
   
sharding.jdbc.config.sharding.tables.t_command.table-strategy.inline.sharding-column=xxx2_id
   
sharding.jdbc.config.sharding.tables.t_command.table-strategy.inline.algorithm-expression=t_xxx2_$->{xxx2_id
 % 1001}
   
   
sharding.jdbc.config.sharding.tables.t_job.actual-data-nodes=ds_1.t_xxx3_$->{0..1001}
   
sharding.jdbc.config.sharding.tables.t_job.table-strategy.inline.sharding-column=xxx3_no
   
sharding.jdbc.config.sharding.tables.t_job.table-strategy.inline.algorithm-expression=t_xxx3_$->{xxx3_no
 % 1001}
   
   
sharding.jdbc.config.sharding.tables.t_job_result.actual-data-nodes=ds_1.t_xxx4_$->{0..1001}
   
sharding.jdbc.config.sharding.tables.t_job_result.table-strategy.inline.sharding-column=xxx4_no
   
sharding.jdbc.config.sharding.tables.t_job_result.table-strategy.inline.algorithm-expression=t_xxx4_$->{xxx4_no
 % 1001}
   
   
   SQL  forexample :get by xxx2_id (select * from t_xxx2 where 
xxx2_id=12343432432 )
   
   @KomachiSion 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to