tuohai666 edited a comment on issue #8383: URL: https://github.com/apache/shardingsphere/issues/8383#issuecomment-735525706
Hi @iamif3000 , according to your test result, I'd suggest: 1. Set sql.show to false 2. Set acceptor.size to 100 You can test again with these parameters. Additionally, 1. If you use jmeter jdbc directly, the SQL request will not be prepared statement. It's better to write a jdbc plugin with HikariCP to perform the test. 2. We have improve the performance after 4.1.1(https://github.com/apache/shardingsphere/pull/7602), you may alse want to test 5.0.0-alpha. ---------------------------------------------------------------- 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: [email protected]
