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

Use CREATE OR REPLACE DICTIONARY to avoid data loss (#392) #393

Merged

Conversation

the4thamigo-uk
Copy link
Contributor

Summary

Dropping dictionary during model build can break anything that is currently running that depends on it. In particular materialized views that process high volumes of data, can miss processing data if they use a dictionary that is temporarily dropped.

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • [ X] A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@the4thamigo-uk the4thamigo-uk force-pushed the create-or-replace-dictionary branch from 3b672e1 to 2a7a138 Compare November 26, 2024 16:59
@BentsiLeviav BentsiLeviav merged commit e541907 into ClickHouse:main Dec 15, 2024
21 checks passed
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

Successfully merging this pull request may close these issues.

2 participants