You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "tanpeng2018 (via GitHub)" <gi...@apache.org> on 2023/02/27 02:26:36 UTC

[GitHub] [shardingsphere] tanpeng2018 commented on issue #24335: 4.1.1 Upgrade to 5.1.1 A large number of union all cause memory problems

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org