Closed susodapop closed 3 years ago
It's time-consuming to scrub data from a large Redash instance (500+) queries. gdpr-scrub is an O(N) operation. We can drop it to approximately O(1) by allowing it to check for multiple email addresses in the same pass.
It's time-consuming to scrub data from a large Redash instance (500+) queries. gdpr-scrub is an O(N) operation. We can drop it to approximately O(1) by allowing it to check for multiple email addresses in the same pass.