-
Notifications
You must be signed in to change notification settings - Fork 466
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
sql: introduce variable to disable auto-rehoming #11214
Comments
@ericharmeling FYI this appears related to #11212 (cluster setting to disable) - therefore assigned to you but let me know if you want me to take it instead, I can do this update a little later after the SQL docs changes you are working on if you prefer |
Thanks Rich! I'll circle back on this after those SQL docs updates are published. |
rmloveland
added a commit
that referenced
this issue
Oct 26, 2021
rmloveland
added a commit
that referenced
this issue
Oct 26, 2021
rmloveland
added a commit
that referenced
this issue
Oct 28, 2021
rmloveland
added a commit
that referenced
this issue
Nov 1, 2021
rmloveland
added a commit
that referenced
this issue
Nov 4, 2021
rmloveland
added a commit
that referenced
this issue
Nov 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cockroachdb/cockroach#69626 --- See release note. Unfortunately due to the ON UPDATE clause not being able to take the same column as input, we have to rely on checking this condition at the optimizer layer. Release justification: gating new functionality Release note (sql change): Users can now opt to disable auto-rehoming for a session by setting
on_update_rehome_row_enabled = false
. This can be permanently unset by default using the cluster settingsql.defaults.on_update_rehome_row.enabled
.The text was updated successfully, but these errors were encountered: