We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原来的实现是每次执行SQL时新建线程池,这样做不够高效。 改造为每个ShardingDataSource对象维护一个线程池。
The text was updated successfully, but these errors were encountered:
5d03d89
Merge pull request #16 from shardingjdbc/issue_601
8c0de0b
Issue 601
Merge pull request #16 from sharding-sphere/dev
7160a4b
update from origin
Pick #33248, Check weight load balancer props when create readwrite-s…
5fac6ae
…plitting rule (#16)
No branches or pull requests
原来的实现是每次执行SQL时新建线程池,这样做不够高效。
改造为每个ShardingDataSource对象维护一个线程池。
The text was updated successfully, but these errors were encountered: