tmdb_person) and another upsert with 2 rows in the translations table tmdb_person_translation (2 rows for english and french). But when I run the script, he take around 4h, and during that time my Supabase instance (self hosted) is completely overload. My web app can't even handle login event. So my solution is instead of making each time a 2 supabase upsert, Im gonna store locally in a variable all fetched data about person, and after make 2 finals upsert to my Supabase instance with all fetched data. Is it a good idea ?.rpc in Python ? Because I need to make a custom upsert for the tmdb_person_translation (see this article: https://medium.com/@vovavc/how-to-upsert-data-to-supabase-postgres-database-without-using-an-id-56571f0ad984)