5.0.0-beta

Configuration Item Explanation

  1. rules:
  2. - !AUTHORITY
  3. users:
  4. - root@%:root
  5. - sharding@:sharding
  6. provider:
  7. type: ALL_PRIVILEGES_PERMITTED
  8. props:
  9. max-connections-size-per-query: 1
  10. kernel-executor-size: 16 # Infinite by default.
  11. proxy-frontend-flush-threshold: 128 # The default value is 128.
  12. proxy-opentracing-enabled: false
  13. proxy-hint-enabled: false
  14. query-with-cipher-column: true
  15. sql-show: false
  16. check-table-metadata-enabled: false
  17. lock-wait-timeout-milliseconds: 50000 # The maximum time to wait for a lock

4.1.1

Configuration Item Explanation

  1. orchestration:
  2. name: orchestration_ds
  3. overwrite: true
  4. registry:
  5. serverLists: localhost:2181
  6. namespace: orchestration
  7. authentication:
  8. username: root
  9. password: root
  10. props:
  11. max.connections.size.per.query: 1
  12. acceptor.size: 16 # The default value is available processors count * 2.
  13. executor.size: 16 # Infinite by default.
  14. proxy.frontend.flush.threshold: 128 # The default value is 128.
  15. # LOCAL: Proxy will run with LOCAL transaction.