Supabase Timeouts

Hello all! I've recently switched from Firestore to Supabase for a project. A core functionality of the project is to load large amounts of data (essentially another DB) into my database. I am currently experiencing timeouts when attempting this. I know from reading online that Supabase has some base statement timeouts, but I am not running large statements. I am running very frequent small statements.

Are there general rate limits on Supabase's client? Can Supabase handle this kind of traffic? Would it be more effective to insert/update in bulk? Any help is appreciated, and thank you in advance.
Was this page helpful?