Select and Update limits #797
-
Hi, 👋 I'm wondering if there is some select or update limits. In my case, I have a table with 22k rows. I'm sending all this data to Algolia at once but it doesn't always work. In another context, using supabase-js I'm querying around 1k rows from a table and it seems that it's too much. So I'm wondering if there are limits in place and any documentation on it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Edit: Nowadays the UI has the MAX-ROWS config, which solves this use case. Hey @cdedreuille, Right now you can place the limit per query - see limit. But we're working on exposing a global max-rows that will apply the limits for all endpoints(tables/views/functions). This will come out soon and you'll be able to configure it through the Supabase UI. |
Beta Was this translation helpful? Give feedback.
Edit: Nowadays the UI has the MAX-ROWS config, which solves this use case.
Hey @cdedreuille,
Right now you can place the limit per query - see limit.
But we're working on exposing a global max-rows that will apply the limits for all endpoints(tables/views/functions). This will come out soon and you'll be able to configure it through the Supabase UI.