sharding-proxy-conf/server.yaml (15 lines of code) (raw):

###################################################################################################### # # If you want to configure orchestration, authorization and proxy properties, please refer to this file. # ###################################################################################################### authentication: users: root: password: sharding: password: authorizedSchemas: sharding_db props: max.connections.size.per.query: 200 acceptor.size: 200 # The default value is available processors count * 2. executor.size: 200 # Infinite by default. proxy.frontend.flush.threshold: 128 # Be valid when proxy.transaction.enabled is true. # LOCAL: Proxy will run with LOCAL transaction. # XA: Proxy will run with XA transaction. # BASE: Proxy will run with B.A.S.E transaction. proxy.transaction.type: LOCAL proxy.opentracing.enabled: false sql.show: false