Slide 15
Slide 15 text
● To avoid directly sharing raw personal records
○ For the ease of taking user consent
■ Sharing anonymized statistics is OK, but sharing raw data is NG
○ Compliance with privacy regulation laws (GDPR, CCPA, HIPAA, etc.)
● Access control methods are insufficient for privacy protection
○ e.g., Database, table, column-level permission
○ Column value masks (e.g., hiding Name, SSN) using Apache Ranger plugin for Trino
○ Even though private columns are hidden, other non-private columns may work as personal identifiers (quasi
identifiers)
Why Only Aggregation Queries?
15
Differential Privacy in the Wild. Part 1 (SIGMOD 2017 Tutorial)