Edge Databases #9800
Unanswered
fredguest
asked this question in
Feature Requests
Edge Databases
#9800
Replies: 1 comment
|
In the mean time, this kind of thing is a good solution: "Cache Supabase data at the Edge with Cloudflare Workers and KV Storage" |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Is your feature request related to a problem? Please describe.
For apps that are distributed "at the edge", using Cloudflare Pages or Vercel for example, having a database instance that is tied to a single geographic location can result in slower response times than if the apps were also served from the same single geographic location as the database.
For more details see the tests conducted here:
https://www.youtube.com/watch?v=yOP5-3_WFus
Describe the solution you'd like
Automagic globally distributed database instances.
Additional context
@kiwicopple has discussed this idea on Reddit but it seemed worth having a feature request to track here.
https://www.reddit.com/r/Supabase/comments/s9rdfd/globally_distributed_postgres_with_supabase
All reactions