-
Designing the most performant Row Level Security(RLS) schema in Postgres
Designing the most performant Row Level Security(RLS) schema in Postgres
The main hypothesis is that we should be able to prevent access to specific rows of data based on a policy. That means our application logic only has to worry about SELECT * FROM my_table and RLS will handle the WHERE user_id = my_user_id part automagically.
Appears in lists (1)
More like this (1)
-
PostgreSQL Row Level Security, views and a lot of magic - Cybertec
Row Level Security, Views and a Lot of Magic — Row Level Security (RLS) is a...