PolyScale
PolyScale is an intelligent, serverless database caching engine which allows low-latency reads from Supabase globally, no coding required. Supabase can be connected to PolyScale in minutes, providing you fast access to your Supabase data around the globe.
This guide explains how to connect Supabase to a PolyScale cache.
The video below illustrates how to get connected. Or you can read the steps below.
Step 0: Create a PolyScale account#
If you do not already have a PolyScale account, you can create an account here. PolyScale offers a free tier and no credit card is required.
Step 1: Create your PolyScale Cache#
1.1 Retrieve your Supabase Host#
In your Supabase project, click on Settings > Database
and scroll down to the Connection info
section to copy your database Host
.
1.2 Configure your PolyScale Cache#
- In your PolyScale account, click on the New Cache button
- Give the cache a Name
- Select PostgreSQL for the Type
- Enter the Host from Step 1.1 above
- Enter
5432
for the Port - Click Create
Your cache is now created. PolyScale automatically checks to see that your database is accessible from all our global PoPs.
Step 2: Connect to your PolyScale Cache#
Using your PolyScale cache is simple -- instead of connecting to your Supabase database directly, you'll replace your original connection string with the PolyScale connection string in your application.
For example, if your original connection string was: postgres://postgres:zqSPGHFAbPLvVCKw@db.rogpiubvixysbakciwqz.supabase.co:5432
Your PolyScale connection string would be: postgres://postgres:zqSPGHFAbPLvVCKw@psedge.global:5432?application_name=a645cb93-fa53-46b2-9d6c-227e357e5bfb
You can read more about connecting to PolyScale here
That's it.
All done!#
You can read more about PolyScale here or check out our documentation.