I have a question. Regardless of whether it is a self-host or a cloud, I want to do a global service with a supabase. The problem is that the service is launched in the United States, but it's too slow because it's accessed from various countries. It would be great if supabase could support multi-regions such as read replication and clustering
It would have been interesting to also compare the insert time between 2 indexes vs a 2 columns-index
is this ui available for to use as a postgres client like pgadmin, dbeaver or datagrip or do I have to use supabase?
You can't look at a normal PG db in supabase's UI, no.
Supabase is open source so you can run its different components yourself with your existing postgres db. It might not be that simple though.
I have a question.
Regardless of whether it is a self-host or a cloud, I want to do a global service with a supabase. The problem is that the service is launched in the United States, but it's too slow because it's accessed from various countries. It would be great if supabase could support multi-regions such as read replication and clustering
Supabase does support multi regions via read replicas.
Let's whack an index on that! Thanks Jon.
For me its the sequence in which you have to write the multi-c indexes that makes my brain hurt.
God bless you
Thumbnail said don’t use them. 😅 but watched your whole video and the conclusion is do use them sparingly
How can we get the nice hoodie you are wearing? 😂
Wait, an INDEX can speed up ORDER BY? Learned something new today.