<div dir="auto">I noticed that batch.ur issues repeated inserts for all the tuples. Checking the manual I saw that urweb does not allow multiple tuples to appear as the values of an insert statement, but sqlite, MySQL and postgresql all allow multiple tuples. Some time ago I was using postgresql for very large tables and inserting large batches of tuples at once speeded it up noticeably (copy helped even more). </div>