ended5월 19일· 1 sources

Silent Query Failures: The Hidden 1000-Row Limit That Breaks Production

Supabase의 침묵하는 함정, 1000행 제한이 데이터를 숨긴다

Why it matters

Supabase's PostgREST API silently caps queries at 1000 rows when ORDER BY is omitted, returning incomplete datasets without warning or error. This hidden limitation causes unpredictable bugs in production systems where data consistency depends on complete result sets. ESLint rules can detect and prevent this anti-pattern before it reaches production.

1
Sources
+0
24h
Growth
125d
Active
SupabasePostgRESTquery limitORDER BYsilent failureESLint

Sources

Related Issues