Upsert of 15000 records

An upset of 15000 records was timed out after 720 seconds. Is this the normal behavior and expected of the retool database?

Hi @Kalli_van_den_Heuvel, this does seem like a large dataset. This post may be a possible solution. A best practice is to avoid querying large datasets in both Apps and in Workflows. Using a batch mechanism of some kind is a way to work around this (API pagination or SQL WHERE clauses). If you are trying to import rows into a retool database, you could use batching here as well.