- DEFINE_string(default_charset, "utf8", "The default charset when a space is created");
- DEFINE_string(default_collate, "utf8_bin", "The default collate when a space is created");
- DEFINE_bool(enable_authorize, false, "Enable authorization, default false");
- DEFINE_string(auth_type, "password", "User login authentication type,"
- "password for nebula authentication,"
- "ldap for ldap authentication,"
- "cloud for cloud authentication");
- DEFINE_string(cloud_http_url, "", "cloud http url including ip, port, url path");
- DEFINE_uint32(max_allowed_statements, 512, "Max allowed sequential statements");
- DEFINE_bool(enable_optimizer, false, "Whether to enable optimizer");
- DEFINE_uint32(ft_request_retry_times, 3, "Retry times if fulltext request failed");
- DEFINE_bool(accept_partial_success, false, "Whether to accept partial success, default false");