v.20.3Improvement
Support Row-Level Security for Distributed Tables
Why it matters
This feature enables row-level security to be enforced onDistributed tables, allowing users to control access to rows based on security policies even when querying distributed tables. It resolves the limitation where row-level security could not be applied on distributed setups, thereby enhancing data security and compliance in clustered environments.How to use it
To apply row-level security onDistributed tables, define row-level security policies on the underlying local tables and ensure that the Distributed table queries respect these policies automatically. No additional configuration on the distributed table itself is needed once the policies are in place on the local tables.