TeslaCN opened a new issue #13848: URL: https://github.com/apache/shardingsphere/issues/13848
## Refactor ## Testing Using BenchmarkSQL (adapts ShardingSphere JDBC) connects to single node openGauss. ShardingSphere JDBC sharding data to 1 shards, which means the data was not sharded. Terminals: 696 Runs for 5 min. ## Measured tpmC ### Connects to openGauss directly  ### ShardingSphere JDBC master branch commit 93f116da950ea0173b1c8d9faec20d9f91e04846  ### ShardingSphere JDBC reduced stream Refer to #13845  ## Profiling ### Master branch commit 93f116da950ea0173b1c8d9faec20d9f91e04846 #### Samples of `org.apache.shardingsphere`  #### Samples of `java.util.stream`  ### Replaced stream with for each #### Samples of `org.apache.shardingsphere`  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
