You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
目前我是5亿数据用shard-jdbc做的分库分表查询,执行全表路由查询时间为2分钟左右,但是我在数据库执行单条sql语句查询时间为1s左右返回,问下框架做select count(id) from table时,拆分的sql语句是并行执行的吗?有办法可以优化下查询速度?我修改了shard-jdbc工作线程查询速度也没有影响
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Question
目前我是5亿数据用shard-jdbc做的分库分表查询,执行全表路由查询时间为2分钟左右,但是我在数据库执行单条sql语句查询时间为1s左右返回,问下框架做select count(id) from table时,拆分的sql语句是并行执行的吗?有办法可以优化下查询速度?我修改了shard-jdbc工作线程查询速度也没有影响
The text was updated successfully, but these errors were encountered: