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

create or replace resources on REAPPLY, to ensure no "downtime" #25

Open
uladkasach opened this issue Apr 11, 2020 · 1 comment
Open

Comments

@uladkasach
Copy link
Member

otherwise the few ms between "drop" and "create" will lead to outages if used in prod

also - the fact that we can't rollback means that if there is a syntax error, we would have dropped and never reapplied (hopefully users would have tested it before, but still would be better to not even have the risk)

e.g., instead of DROP, CREATE

REPLACE CREATEw/CREATE IF NOT EXISTS``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant