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

Don't backup views #3771

Open
Michal-Leszczynski opened this issue Mar 28, 2024 · 2 comments
Open

Don't backup views #3771

Michal-Leszczynski opened this issue Mar 28, 2024 · 2 comments
Labels
Milestone

Comments

@Michal-Leszczynski
Copy link
Collaborator

Backing up views doesn't make any sense as the advised way to restore them is by recreating them on restored table. This would require to first validate that the base table is even being backed up. Checking which tables are views and which are not can currently be done only via cql session. It might be available via scylla client if scylladb/scylladb#17958 is implemented.

cc: @karol-kokoszka @tzach

@karol-kokoszka
Copy link
Collaborator

Candidate for 3.2.9 (or 3.3.1)

@karol-kokoszka
Copy link
Collaborator

grooming notes

SM doesn't restore views using SSTables. It just recreates them. There is complete no need of backing them up.

We must drop the backup of views and explicitly inform about it in the documentation.

@karol-kokoszka karol-kokoszka added this to the 3.2.9 milestone Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants