You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/01/04 08:22:41 UTC

[shardingsphere] branch master updated (bead481 -> 758fe33)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from bead481  Refactor scaling jobId type from long to String (#14498)
     add 758fe33  Optimize performance of executing openGauss batch bind (#14505)

No new revisions were added by this update.

Summary of changes:
 .../extended/bind/OpenGaussComBatchBindPacket.java |  31 ++--
 .../bind/OpenGaussBatchedInsertsExecutor.java      | 169 +++++++++++++++++++++
 .../bind/OpenGaussComBatchBindExecutor.java        |  60 +-------
 3 files changed, 184 insertions(+), 76 deletions(-)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-opengauss/src/main/java/org/apache/shardingsphere/proxy/frontend/opengauss/command/query/extended/bind/OpenGaussBatchedInsertsExecutor.java