|
|
|
|
|
by hkolk
1725 days ago
|
|
We are using Clickhouse combined with GDPR's Data Deletion Requests. We store the user-ids in a separate system, and run the ALTER/DELETE statements once per week. Works pretty smooth, though I would prefer some more automation within Clickhouse for them. Data for in-active users gets deleted because our clickhouse retention policy is lower than the in-active-user timeout |
|