tanpeng2018 commented on issue #24335:
URL: 
https://github.com/apache/shardingsphere/issues/24335#issuecomment-1445579811

   > Can you provide more information? Such as sharding cofiguration and table 
init sql.
   
   this is some config:
   
   
spring.shardingsphere.rules.sharding.tables.order_index.actual-data-nodes=ds0.order_index_$->{0..1023}_20$->{20..40}
   
spring.shardingsphere.rules.sharding.tables.order_index.table-strategy.complex.sharding-algorithm-name=orderIndexShard
   
spring.shardingsphere.rules.sharding.tables.order_index.table-strategy.complex.sharding-columns=shard_id,order_id,out_order_id
   
spring.shardingsphere.rules.sharding.sharding-algorithms.orderindex.type=orderIndexShard
   spring.shardingsphere.props.sql-show=false
   spring.shardingsphere.props.kernel-executor-size=32
   spring.shardingsphere.props.max.max-connections-size-per-query=50
   


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