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 2019/07/23 03:34:30 UTC

[GitHub] [incubator-shardingsphere] WillWei1983 opened a new issue #2744: How the count and like sql statement handled in the sharding proxy

WillWei1983 opened a new issue #2744: How the count and like sql statement handled in the sharding proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/2744
 
 
   I have lots of data in a table then I try to use the proxy to sharding the data with 49 tables. the 'equals' where conditions with an index runs fast as expected. but for the count and like query, the execution time seems to be the total sum of the single real table execution time. I am wondering if the proxy is to loop all the 49 tables to execute the sql for count,like sql statement? no some kind of the so call working pool, like future style 'handler' to execute the sql concurrently? or there is a configuration that can config this?

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


With regards,
Apache Git Services