You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we auto-reconcile, we should make this a config item and have the reconciler apply it automatically (+making sure it gets applied to old partitions, maybe CH even does this automatically now).
The text was updated successfully, but these errors were encountered:
This is harder than it seems as we have to prevent users to accidentally nuke all their data. My current Idea is to move all operations to the reconciler including the creation of flows_raw but still keep migrations around for destruction of things. Also if the reconciler wants to reduce the ttl, delete anything etc. it should cancel and throw a warning.
Maybe we can create a table where we write log messages into and display them inside grafana to not have the user run in the dark?
We currently default to 1 week and tell users to customize it using
alter table default.flows_raw modify ttl Date + toIntervalDay(20)
.NetMeta/deploy/single-node/schema/0001_create_flows_raw.sql
Line 79 in 2bab7d9
Now that we auto-reconcile, we should make this a config item and have the reconciler apply it automatically (+making sure it gets applied to old partitions, maybe CH even does this automatically now).
The text was updated successfully, but these errors were encountered: