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

Schema alterations in transactional mode #409

Open
novoj opened this issue Jan 10, 2024 · 0 comments
Open

Schema alterations in transactional mode #409

novoj opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@novoj
Copy link
Collaborator

novoj commented Jan 10, 2024

Currently, the schema cannot be properly modified during the catalog data lifecycle - only before the data is inserted. We need to handle situations where there is existing data in the database and we want to later create or drop index on it or rename it, drop the date in bulk and so on. In short - the same thing that DDL is for in relational databases. All changes must be able to be executed in both warm-up and transactional mode - so all changes must be able to be rolled back.

@novoj novoj added the enhancement New feature or request label Jan 10, 2024
@novoj novoj added this to the Alpha milestone Jan 10, 2024
@novoj novoj self-assigned this Jan 10, 2024
@novoj novoj modified the milestones: Alpha, Beta Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant