Tagged Questions

1
vote
1answer
60 views

How to anonymize new log records without breaking relations between old and new data?

I am generating log records about user actions. For privacy reasons, these need to be anonymized after N days. However, I also need to run reports against this anonymized data. I want all actions by …