Speeding up how fast data is written to baserow

Hi @Trash, while the Baserow node works similar to the Airtable node (processing only one item at a time), Baserow is based on PostgreSQL.

So I think for the best possible performance you want to connect directly to your PostgreSQL instance powering Baserow and handle the insert operation through the Postgres node in n8n.

Alternatively (if you’ve not yet decided which database to use), you could also consider using Supabase. The native Supabase node will be really fast compared to both Airtable and Baserow. I’ve tested this recently over here: