Scale supabase

Any guide to scale selfhost supabase horizontally ??
2 Replies
Rasel Hossain
Rasel Hossain2w ago
I am also looking for it.
garyaustin
garyaustin2w ago
The only way to horizontally scale postgres is with replicas. Supabase does some enhancements to that process in their backend from what I've seen documented but still uses the basic concept of read replicas. They also tie in PostgREST, not sure what would be involved with that on your own. https://supabase.com/docs/guides/platform/read-replicas There are guides out there for postgres scaling I'm sure.

Did you find this page helpful?