Hacker News new | ask | show | jobs
by sgarland 32 days ago
> [RLS]… planner goes haywire and does per-row-matching

Er… yes? It’s called Row-level security; how else are you going to validate that a row passes a policy?

1 comments

The same way other databases do it. With join mechanics and proper query planning. You're confusing functionality with implementation.