You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/05/31 11:18:50 UTC

[GitHub] [shardingsphere] zhkj0001 opened a new issue #10589: executor.size is not working

zhkj0001 opened a new issue #10589:
URL: https://github.com/apache/shardingsphere/issues/10589


   dear teams:
   
   I met a issue when I try to optimize my query through shardingsphere. Because we hava 30 sharding table. so we like to add more thread to perfume query. but It seems the property spring.shardingsphere.props.executor.size=4. but I noticed there were 2 threads is working because my cpus has 2 cores. 
   
   Our  shardingsphere version is 4.0.0.RC1. There is no any error. So figer out how to configure the threads to work propertly.
   
   Appreciate a lot.
   


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



[GitHub] [shardingsphere] terrymanu closed issue #10589: executor.size is not working

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #10589:
URL: https://github.com/apache/shardingsphere/issues/10589


   


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



[GitHub] [shardingsphere] terrymanu commented on issue #10589: executor.size is not working

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #10589:
URL: https://github.com/apache/shardingsphere/issues/10589#issuecomment-927297654


   The `executor.size` properties is removed from the newest version(5.0.0-RC1), it is better to use cpu * 2 -1 to instead customized.


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