zihaoAK47 commented on issue #29464:
URL:
https://github.com/apache/shardingsphere/issues/29464#issuecomment-1863816910
Thank you for your suggestion. Here are the configurations for future use of
this parameter:
```
mode:
type: Cluster
repository:
type: ZooKeeper
props:
namespace: poc_sharding
server-lists: 127.0.0.1:2181
retryIntervalMilliseconds: 500
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
sqlFederation:
sqlFederationEnabled: true
allQueryUseSQLFederation: true
executionPlanCache:
initialCapacity: 2000
maximumSize: 65535
```
DistSQL modified statement on status:
`ALTER SQL_FEDERATION RULE(ALL_QUERY_USE_SQL_FEDERATION = true)`
--
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]