-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
Keep SQL variables in a system table #1329
Comments
joshua-spacetime
added a commit
that referenced
this issue
Jun 5, 2024
Closes #1329. Used to persist global parameters for slow query logging and cardinality limits.
2 tasks
joshua-spacetime
added a commit
that referenced
this issue
Jun 5, 2024
Closes #1329. Used to persist global parameters for slow query logging and cardinality limits.
joshua-spacetime
added a commit
that referenced
this issue
Jun 5, 2024
Closes #1329. Used to persist global parameters for slow query logging and cardinality limits.
joshua-spacetime
added a commit
that referenced
this issue
Jun 6, 2024
Closes #1329. Used to persist global parameters for slow query logging and cardinality limits.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 6, 2024
Closes #1329. Used to persist global parameters for slow query logging and cardinality limits.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we have environment variables that are runtime configurable through the SQL shell. These variables control database state but are not written to the commitlog as of yet. We should store them in a system table in order to track their state properly.
The text was updated successfully, but these errors were encountered: