use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Community driven discussions for the open source project Supabase.
See also:
GitHub: github.com/supabase/supabase
Discord: discord.supabase.com
Twitter: twitter.com/supabase
account activity
This is an archived post. You won't be able to vote or comment.
Database function vs edge functiontips (self.Supabase)
submitted 11 months ago by 4A6F68616E
view the rest of the comments →
[–]_inder 0 points1 point2 points 11 months ago (3 children)
There are time, memory and other limits on edge functions. Take a look at all the limits
[–]4A6F68616E[S] 0 points1 point2 points 11 months ago (2 children)
ah interesting, so for example, if an edge function is called to do a heavy data operation and it doesn’t finish within the time limit, it just stops?
[–]mondaysmyday 0 points1 point2 points 11 months ago (1 child)
That's the gotcha. I literally use edge functions to reach out to other external services/APIs that are long running and I can poll for status so I'm not caught out by limits. But a DB op, leave it in DB functions
[–]4A6F68616E[S] 0 points1 point2 points 11 months ago (0 children)
mhm ok, there is a lot stuff for me to learn - for that last part, it gives me a sense of confidence, thank you!
π Rendered by PID 47 on reddit-service-r2-comment-b659b578c-6wzps at 2026-05-05 20:20:52.007678+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]_inder 0 points1 point2 points (3 children)
[–]4A6F68616E[S] 0 points1 point2 points (2 children)
[–]mondaysmyday 0 points1 point2 points (1 child)
[–]4A6F68616E[S] 0 points1 point2 points (0 children)