Best way to load a 27Gb table from local to Supabase Cloud?

best way would be to batch inserts from from local table into supabase. try 1k or 10k rows at a time to see what the performance is. once you have confidence just run a loop to batch the remainder in
Was this page helpful?