36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
mode:
|
|
type: Standalone
|
|
repository:
|
|
type: JDBC
|
|
authority:
|
|
users:
|
|
- user: sharding@%
|
|
password: hn02le.34lkdLKD
|
|
privilege:
|
|
type: ALL_PERMITTED
|
|
|
|
sqlParser:
|
|
sqlCommentParseEnabled: false
|
|
sqlStatementCache:
|
|
initialCapacity: 2000
|
|
maximumSize: 65535
|
|
parseTreeCache:
|
|
initialCapacity: 128
|
|
maximumSize: 1024
|
|
|
|
props:
|
|
max-connections-size-per-query: 1
|
|
kernel-executor-size: 16 # Infinite by default.
|
|
proxy-frontend-flush-threshold: 128 # The default value is 128.
|
|
proxy-hint-enabled: false
|
|
sql-show: true
|
|
check-table-metadata-enabled: false
|
|
# Proxy backend query fetch size. A larger value may increase the memory usage of ShardingSphere Proxy.
|
|
# The default value is -1, which means set the minimum value for different JDBC drivers.
|
|
proxy-backend-query-fetch-size: -1
|
|
proxy-backend-executor-suitable: OLTP
|
|
proxy-frontend-max-connections: 0 # Less than or equal to 0 means no limitation.
|
|
# Available sql federation type: NONE (default), ORIGINAL, ADVANCED
|
|
sql-federation-type: NONE
|
|
proxy-default-port: 3307 # Proxy default port.
|
|
proxy-netty-backlog: 1024 # Proxy netty backlog. |