https://supabase.com/ logo
Does supabase have any caching layer integrated? O...
# help
s
Does supabase have any caching layer integrated? Or should I simply hookup redis by myself?
n
Hello @sb! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
As far as I've seen from self-hosting, there's no caching layer setup. It comprises of the following: - Postgres DB - PostgREST REST API - Auth - Storage - PG Meta - Kong (routing) - Realtime - Studio (dashboard) Unless the hosted/managed projects do something differently, then they don't implement any caching. You could certainly host your own Redis instance somewhere and use that as a cache. Alternatively, it might be possible to use pg_cron and some dedicated caching tables to implement a similar system