We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
we need to assign specific user settings when a user gets created. https://clickhouse.com/docs/en/sql-reference/statements/create/settings-profile#example.
currently we have these settings on the clickhouse cloud, I set it manually last week:
max_query_size = 100000000, max_ast_elements = 6000000, max_expanded_ast_elements = 6000000
we need to run this command later whenever a new user (USER_NAME) get created:
CREATE SETTINGS PROFILE client_user_profile SETTINGS max_query_size = 100000000,max_ast_elements = 6000000,max_expanded_ast_elements = 6000000 TO USER_NAME
Sorry, something went wrong.
sheridancbio
dippindots
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: