ended5월 19일· 1 sources

Silent Truncation: Why Your Supabase Queries Stop at 1000 Rows Without Warning

Supabase의 침묵하는 1000행 한계

Why it matters

Supabase silently caps unordered queries at 1000 rows—a critical gotcha that only surfaces at production scale. Without explicit ORDER BY declarations, PostgREST applies an internal HTTP Range limit with no error messages or warnings, causing incomplete datasets to appear valid. Implementing structural linting rules is essential for preventing this class of silent data loss bugs.

1
Sources
+0
24h
Growth
125d
Active
Supabasesilent truncationORDER BYESLintPostgREST

Sources

Related Issues