docs: Document views support in MoveTables#2077
Draft
promptless[bot] wants to merge 1 commit intoprodfrom
Draft
Conversation
|
|
||
| During the `SwitchTraffic` phase of the MoveTables operation, for primary tablets, Vitess may be briefly unavailable. This unavailability is usually a few seconds, but will be higher in the event that your system has a high replication delay from primary to replica(s). | ||
|
|
||
| ## Views Support |
Contributor
Author
There was a problem hiding this comment.
Citation: Based on PR #19372 which adds views support to MoveTables. Key implementation details from go/cmd/vtctldclient/command/vreplication/movetables/movetables.go (new flags) and go/test/endtoend/vreplication/movetables_views_test.go (validation behavior including error message 'view references table not being moved').
View source
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds a new "Views Support" section to the MoveTables concept page documenting the ability to move views alongside tables in v24.0. The section explains that views are recreated in the target keyspace with routing rules (same as tables), and describes the view validation that ensures views only reference tables being moved or tables already on the target. Also mentions the
--skip-view-validationflag to bypass this check.Trigger Events
vitessio/vitess PR #19372: MoveTables: add support for views
Promptless Research (1 GitHub PR)
Agent Response
Tip: Use Vale? Add your vale.ini when setting up your Docs Collection.