diffix / reference

Reference implementation for the Open Diffix anonymization mechanism.
https://www.open-diffix.org
Other
3 stars 0 forks source link

Move anonymization to leaf subqueries. #320

Closed cristianberneanu closed 2 years ago

cristianberneanu commented 2 years ago

There are too many features we don't support yet, which makes anonymizing in the top query unfeasible. Leaf subqueries referencing sensitive table should be the anonymizing ones. That means no joins, no filters, no unsupported bucketization. Everything post-anonymization should be allowed (including ORDER BY, LIMIT, OFFSET, SELECT with grouping, and HAVING in the anonymizing subquery).