This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 002863e Update vote.en.md and icia.en.md (#8325)
add da3f92c Use jdbc rewrite batched statements to speed up import (#8323)
No new revisions were added by this update.
Summary of changes:
.../ShardingSphereJDBCDataSourceConfiguration.java | 6 +-
.../core/utils/ConfigurationYamlConverter.java | 12 ++++
.../scaling/core/utils/JDBCUtil.java | 84 ++++++++++++++++++++++
.../scaling/core/utils/JDBCUtilTest.java | 60 ++++++++++++++++
.../scaling/mysql/component/MySQLImporter.java | 3 +
.../scaling/mysql/component/MySQLJdbcDumper.java | 34 +--------
6 files changed, 166 insertions(+), 33 deletions(-)
create mode 100644
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/utils/JDBCUtil.java
create mode 100644
shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/utils/JDBCUtilTest.java