-
Notifications
You must be signed in to change notification settings - Fork 7
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
clickhouse system
tables are becoming HUGE
#52
Comments
This chart only applies minor changes on top of what Bitnami's ClickHouse chart sets by default, and the default subchart provided services' primary purpose is just to provide a minimal working example. They shouldn't be broken or dysfunctional in any way, but their lifecycle won't be managed beyond what Bitnami provides or what's specifically required by Jitsu, as that falls outside the scope of the chart. Nevertheless, those tables are managed by ClickHouse itself, which by default doesn't clean up anything. It's possible to configure these to either remove rows after some time or disable them all together. Here are some articles that describe how to do that, and some more general information about these tables: Whatever configuration changes you want to add can be added to |
Thanks! I will try to change this part of conf in the chart |
I use jitsu-chart (v1.9.1) and I noticed that all the tables of
xxx_log
of thesystem
database of the clickhouse pod are becoming HUGE .For example:
For now, I must delete there lines manually.
Is there a solution for this ?
The text was updated successfully, but these errors were encountered: