supabase-py
supabase-py copied to clipboard
Bulk inserts
What is the limit or ideal number of rows for a single insert() method call ? Is the SDK using page size and flush in batches like other CRUD libraries ?
I am not sure the supabase SDK is optimized to load large data but either way, a word of caution in the documentation would help e.g. use psycopg or copy_from over a threshold