Skip to content
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

Closed
joshua-spacetime opened this issue Jun 3, 2024 · 0 comments · Fixed by #1342
Closed

Keep SQL variables in a system table #1329

joshua-spacetime opened this issue Jun 3, 2024 · 0 comments · Fixed by #1342
Assignees

Comments

@joshua-spacetime
Copy link
Collaborator

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.

@joshua-spacetime joshua-spacetime self-assigned this Jun 3, 2024
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 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant