TeslaCN opened a new issue #13274: URL: https://github.com/apache/shardingsphere/issues/13274
## Performance https://github.com/apache/shardingsphere/blob/3b840b339ac580a7247b866f5904c514b169065f/shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/prepare/driver/DriverExecutionPrepareEngine.java#L65  Testing ShardingSphere Proxy with single node openGauss by benchmarkSQL with 1000 warehouses and 350 terminals. Using `async-profiler` profiles the JVM: ```bash ./profiler.sh -e lock --lock 1ms -d 120 -o jfr -f proxy_og_$(date +%s).jfr $(jps | grep Bootstrap | awk '{print $1}') ``` -- 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]
