novice-gamer opened a new issue, #19884: URL: https://github.com/apache/shardingsphere/issues/19884
Shardingsphere proxy version 5.1.3 It is slow to use JDBC connection shardingsphere proxy to write. Links used by stand-alone databases: ``` jdbc:mysql://127.0.0.1:3306/database?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true ``` Links used by shardingsphere proxy: ``` jdbc:mysql://127.0.0.1:3306/database?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&allowMultiQueries=true ``` Is it necessary to modify parameters after changing to proxy to realize batch fast writing? -- 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-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org