Massive data import from remote CSV file using COPY command within a Edge Function
Im trying to achieve a massive data insertion (about 50.000) from a CSV file uploaded into Supabase Storage from the frontend, and process data inside a Serveless Supabase Edge Function, trying to make the insertion using the COPY
command into PostgreSQL (Supabase) directly from the CSV file.
Supabase sort / filter by relation count
I have the following query: