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

feat: support swap to atomically rename 2 MVs #19121

Closed
fuyufjh opened this issue Oct 25, 2024 · 0 comments · Fixed by #19172
Closed

feat: support swap to atomically rename 2 MVs #19121

fuyufjh opened this issue Oct 25, 2024 · 0 comments · Fixed by #19172
Assignees
Labels
type/feature user-facing-changes Contains changes that are visible to users
Milestone

Comments

@fuyufjh
Copy link
Member

fuyufjh commented Oct 25, 2024

Is your feature request related to a problem? Please describe.

As title. See slack for background.

Describe the solution you'd like

ALTER MATERIALIZED VIEW mv_1 SWAP WITH mv_2;

Describe alternatives you've considered

No response

Additional context

Note that it's different from #14223, which discusses swapping 2 schemas.

Note that it's also different from changing an upstream of an MV, which requires much more engineering effort and is a kind of ALTER MV.

@github-actions github-actions bot added this to the release-2.2 milestone Oct 25, 2024
@lmatz lmatz added user-facing-changes Contains changes that are visible to users and removed user-facing-changes Contains changes that are visible to users labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature user-facing-changes Contains changes that are visible to users
Projects
None yet
3 participants