ShardingSphere-Proxy – tuning properties and user scenarios
In this section, we will look at the property parameters of ShardingSphere-Proxy. In the props section of the server.yaml
configuration file, some parameters are related to functions, while some parameters are related to performance.
Adjusting performance-oriented parameters in specific scenarios can improve the performance of ShardingSphere-Proxy as much as possible when environment resources are limited. Next, we will describe the parameters of props.
Properties introduction
Let's review the performance-oriented parameters of ShardingSphere-Proxy. In this section, you will find each of these performance-oriented parameters, along with a brief description of what they do.
max-connections-size-per-query
The default value of the max-connections-size-per-query
parameter is 1
.
When using ShardingSphere to execute a line of SQL, this parameter mainly controls the maximum connections that are allowed...