|
67 | 67 | --foreign_key_mode string This is to provide how to handle foreign key constraint in create/alter table. Valid values are: allow, disallow (default "allow") |
68 | 68 | --gate_query_cache_memory int gate server query cache size in bytes, maximum amount of memory to be cached. vtgate analyzes every incoming query and generate a query plan, these plans are being cached in a lru cache. This config controls the capacity of the lru cache. (default 33554432) |
69 | 69 | --gateway_initial_tablet_timeout duration At startup, the tabletGateway will wait up to this duration to get at least one tablet per keyspace/shard/tablet type (default 30s) |
| 70 | + --grpc-dial-concurrency-limit int Maximum concurrency of grpc dial operations. This should be less than the golang max thread limit of 10000. (default 1024) |
70 | 71 | --grpc-send-session-in-streaming If set, will send the session as last packet in streaming api to support transactions in streaming |
71 | 72 | --grpc-use-effective-groups If set, and SSL is not used, will set the immediate caller's security groups from the effective caller id's groups. |
72 | 73 | --grpc-use-static-authentication-callerid If set, will set the immediate caller id to the username authenticated by the static auth plugin. |
@@ -99,7 +100,6 @@ Flags: |
99 | 100 | --grpc_server_keepalive_time duration After a duration of this time, if the server doesn't see any activity, it pings the client to see if the transport is still alive. (default 10s) |
100 | 101 | --grpc_server_keepalive_timeout duration After having pinged for keepalive check, the server waits for a duration of Timeout and if no activity is seen even after that the connection is closed. (default 10s) |
101 | 102 | --grpc_use_effective_callerid If set, and SSL is not used, will set the immediate caller id from the effective caller id's principal. |
102 | | - --healthcheck-dial-concurrency int Maximum concurrency of new healthcheck connections. This should be less than the golang max thread limit of 10000. (default 1024) |
103 | 103 | --healthcheck_retry_delay duration health check retry delay (default 2ms) |
104 | 104 | --healthcheck_timeout duration the health check timeout period (default 1m0s) |
105 | 105 | -h, --help help for vtgate |
|
0 commit comments