Can You elaborate why would You have user sensitive data in a repo? PII data is usually on prod only, and anonymized for staging and test
How is this table being accessed and what problem are You trying to solve with partitioning? Don’t partition unless You really have to
I'm curious, why would You want to restrict these? If a user is already connected to the database then this data is merely an enrichment to what it already knows, since connec...