From cd9abd736f07112d4aee88ca2935e9b2a3f8e463 Mon Sep 17 00:00:00 2001 From: Mubeen Ahmad Khan Date: Thu, 27 Aug 2026 12:09:25 +0500 Subject: [PATCH] docs: add technical paper on PostgreSQL RLS performance optimization Added a technical breakdown discussing query execution patterns and multi-tenant optimization for PostgreSQL Row-Level Security (RLS). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d13add..ae82f6f 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,4 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## Research Papers * [db-readings](https://github.com/rxin/db-readings) - A list of papers essential to understanding databases and building new data systems +* [How to Fix the Supabase RLS tenant_id IN Subquery Anti-Pattern](https://blog.rowistan.com/2026/08/supabase-rls-tenant-id-in-fix.html) - Technical analysis on optimizing multi-tenant PostgreSQL Row-Level Security policies and eliminating subquery overhead.